Wayne Warthen
d259411e72
Merge pull request #594 from kiwisincebirth/map/doc-classic
Replaced "Legacy" (disk layout) with "Classic"
7 months ago
Mark Pruden
2bb559d29a
Replaced "Legacy" (disk layout) with "Classic"
7 months ago
Wayne Warthen
5855dafac6
Merge pull request #593 from kiwisincebirth/map/slabel-fix
MartinR-UK Fixed formatting issue with SLABEL where Slice # < 10
7 months ago
Mark Pruden
b4fe4dc7e9
MartinR-UK Fixed formatting issue with SLABEL where Slice # < 10
7 months ago
Wayne Warthen
67b89d2a9c
Merge pull request #590 from wdl1908/master
Make sure the images in *.def files are build as dependencies
7 months ago
Willy De la Court
7d72d8c347
rename VAR and not sure why but order is important
7 months ago
wdl1908
8475f29e43
Merge branch 'wwarthen:master' into master
7 months ago
Willy De la Court
7f64871014
Use TEMP2 as variable to not create conflict with previous use of TEMP
7 months ago
Wayne Warthen
1ef10c3c14
Fix MacOS Build, Issue #576
7 months ago
Willy De la Court
9f15687b03
Make sure the images in *.def files are build as dependencies
7 months ago
Wayne Warthen
e696dc6c19
Merge pull request #588 from kiwisincebirth/map/infocom1
Final contribution to Infocom documentation
7 months ago
Wayne Warthen
c8014d1947
User Defined Aggregate Disk Images, #576
Initial round of work on user defined aggregate disk images.
7 months ago
Mark Pruden
801ee17487
Some documentation improvements
7 months ago
Wayne Warthen
0a35539d1c
Bump Version, Minor Doc Updates
- Update Layout.txt file.
- Add Cowgol Compiler Manual from @Laci1953
Co-Authored-By: ladislau szilagyi <87603175+Laci1953@users.noreply.github.com>
7 months ago
Wayne Warthen
43680193a9
Merge pull request #586 from mabartibin/speaker-refactor
Speaker refactor
7 months ago
Wayne Warthen
7accbc4981
Merge pull request #585 from kiwisincebirth/map/infocom1
Added Infocom Disk Image
7 months ago
Martin Giese
9689034523
removed most references to RTC, adjusted comments
7 months ago
Martin Giese
af3401ac5b
1 bit speaker code refecatored to arbitrary ports and masks
7 months ago
Mark Pruden
b50913e4c3
Finalised the Game Documentation
7 months ago
Mark Pruden
f99afc3d37
Added all the COM Files
7 months ago
Mark Pruden
744736fa23
Minor changes to the documentation, renamed 2 game files
7 months ago
Mark Pruden
84770dc29a
Added Infocom Disk Image
7 months ago
Wayne Warthen
cebeee1157
HBIOS Warm Start Cleanup, See Issue #579
- @kiwisincebirth noticed some duplicative code in HBIOS related to warm starts. This has been refactored.
- A start mode code is now passed from HBIOS to RomLdr to indicate a warm or cold start. Device inventory now uses this code to display only on cold start.
7 months ago
Wayne Warthen
f6b083d835
Merge pull request #583 from kiwisincebirth/map/trivial
Trivial (Non-Functional) Changes
7 months ago
Mark Pruden
71abbfb8fc
Trivial (Non-Functional) Changes
7 months ago
Wayne Warthen
0932a43fe7
Update invntdev.asm
Very minor optimization.
7 months ago
Wayne Warthen
58b016d173
Merge pull request #582 from kiwisincebirth/map/hbios-inv-dev
Move Device Inventory function from HBIOS to Rom App
7 months ago
Mark Pruden
c884571384
Log Message Fix
7 months ago
Mark Pruden
cfaa2b39c1
Merge branch 'master' into map/hbios-inv-dev
7 months ago
Mark Pruden
a68467150e
Moved Device Inventory from HBIOS into a stanalone Rom App
7 months ago
Wayne Warthen
ed095285c5
More ROM Font Tweaks
Use SYS_PEEK instead of HBX_PEEK to access font data.
7 months ago
Wayne Warthen
4ad437d557
Reduce Size of RomLdr, Issue #579
Reduce size of RomLdr binary to fit in allocated space.
7 months ago
Wayne Warthen
666e7717f8
Merge pull request #580 from kiwisincebirth/map/romldr-fix
Rom loader Improvements
7 months ago
Mark Pruden
5f4a6c5160
Documentation Improvements
7 months ago
Mark Pruden
36ea53f612
Updates to RomLoader to improve UX. Dont afftec the overall functionality
7 months ago
Wayne Warthen
540475b50f
S100 Monitor Menu Key Change (again)
As pointed out by @kiwisincebirth , my prior choice of the numeric 1 conflicts with booting to disk units. Changing the menu key to the letter 'O' this time.
7 months ago
Wayne Warthen
1d8ffa2d8a
Merge pull request #578 from kiwisincebirth/map/doc-user-guide
Updates to User Guide for Boot Menu
7 months ago
Mark Pruden
02f5e05761
Updates to User Guide primarily for Boot Menu, along with associated improvements
7 months ago
Wayne Warthen
1cba90ff15
More ROM Font Tweaks
- Add a signature to the start of the font map table to prevent accidentally applying/decompressing invalid font data.
- Improve Z280 font byte retrieval to properly restore the user mode bank.
7 months ago
Wayne Warthen
5a519540bc
Merge pull request #577 from kiwisincebirth/map/slc-inv-rom
Added New Rom App - Slice Inventory - executed from RomLdr "S"
7 months ago
Mark Pruden
782e614b29
Merge branch 'master' into map/slc-inv-rom
7 months ago
Mark Pruden
f131b2486a
Added New Rom App - Slice Inventory - executed from RomLdr "S"
7 months ago
Wayne Warthen
c399864e95
S100 Monitor Menu Key Change
Changed the menu key of the S100 Monitor from 'S' to '1' in the RomLdr. This is to free up the 'S' key for a more generic use.
7 months ago
Wayne Warthen
4e49a0fede
ROM Fonts Z280 Fix
The HBX_PEEK function does not handle invocation from system mode. Implemented a workaround for this.
7 months ago
Wayne Warthen
00a6c8143a
Support Font Data in ROM
Video soft font data was occupying a large amount of space in the HBIOS bank. This change moves the font data to a ROM bank by default.
Thanks and credit to @b1ackmai1er who provided much of the code that originated this change.
Co-Authored-By: b1ackmai1er <39449559+b1ackmai1er@users.noreply.github.com>
7 months ago
Wayne Warthen
ab7c566270
Abstraction of Font File Processing
Moved common font data file processing (including decompression) into core code and removed redundant code from VDA drivers.
7 months ago
Wayne Warthen
70742d5083
Fonts in ROM
Beginning multi-step process to migrate font data to ROM.
7 months ago
Wayne Warthen
ba7281d399
Bump Version
7 months ago
Wayne Warthen
31aa305522
Rationalize Font Files
- Consolidated font files from 6 to 4 by eliminating redundant files.
- Use code page 437 for all fonts (except 8x11).
7 months ago
Wayne Warthen
9a3ef54f53
Update cfg_MASTER.asm
Change .SET to .EQU where they occur to allow TASM builds to succeed.
7 months ago