0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 13 hours ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed loading of multiple sectors. Redirect PHYDIO to DSKIO. Implemented jump table for BDOS. Implemented SETDTA and RDABS calls. More... over 19 years ago
First implementation steps towards a disk ROM. More... over 19 years ago
To get started, I implemented a "ROM disk" which uses a Konami4 mapper to serve sectors from a disk image appended to the disk ROM. More... over 19 years ago
Reserve and up for system vars instead of . Although I don't know exactly what it is used for, some of the space is needed by the disk ROM. More... over 19 years ago
Added routines for easily printing numbers and ASCII intermixed. More... over 19 years ago
Added stubs for control and escape codes in CHPUT. Changed some 'jr' to 'jp' since the relative jump wasn't enough in some cases. More... over 19 years ago
Implemented INIMLT and SETMLT. Implemented CLS for SCREEN 3. More... over 19 years ago
Made the no cartridge found message clearer
Manuel Bilderbeek
as manuelbi
More... over 19 years ago
document slotsearch mechanism More... over 19 years ago
Disable screen at the start of initialization routines. More... over 19 years ago
Fixed settxt80 to set the VDP base address registers more correctly. More... over 19 years ago
added RST calls, DOCOMP, simple CHRGTR and GRPPRT, implemented GETPAT More... over 19 years ago
implemented GETPAT More... over 19 years ago
added RST calls, DOCOMP, simple CHRGTR and GRPPRT More... over 19 years ago
added PATWRK entry and corrected CGPPNT to CGPNT More... over 19 years ago
Rewrote adr_sft, renamed to set_base_address. Fixed SETTXT to set base address registers correctly. Modified SETT32, SETGRP and init_sc4 to use set_base_address. Reorganized init_sc4 a bit. More... over 19 years ago
added BLTMV More... over 19 years ago
Implemented BREAKX. More... over 19 years ago
minor fix in STMOTR More... over 19 years ago
fixed TOTEXT, added CHGCAP and STMOTR More... over 19 years ago
Implemented ESC-A (cursor up) in CHPUT. Fixed POSIT: row and column were swapped. More... over 19 years ago
Improved documentation of CNSDFG and ESCCNT. Added DRVINF. More... over 19 years ago
Recognise escape sequences in CHPUT. More... over 19 years ago
last update for today More... over 19 years ago
update More... over 19 years ago
forgot to enter most important step! More... over 19 years ago
small correction More... over 19 years ago
update chkram.txt; still incomplete More... over 19 years ago
booting doesn't show an init text anymore More... over 19 years ago
completed joystick direction tables and added several conditional VDP dependent compilations More... over 19 years ago