Commit Graph

134 Commits

Author SHA1 Message Date
Bobbi Webber-Manners 822dc3edba Added auto-generated version number 2023-01-16 18:42:04 -05:00
Bobbi Webber-Manners e844400fc1 Reverted to 5d96b7d1 2nd thoughts on TMPZP! 2023-01-04 21:53:37 -05:00
Bobbi Webber-Manners 9bf86a54fe Eliminated local var in mainmem.path.s (use ZPTMP) 2023-01-04 21:04:57 -05:00
Bobbi Webber-Manners 5d96b7d115 SHR code: move local temp vars to ZP 2023-01-04 19:28:21 -05:00
Bobbi Webber-Manners 0bb099bdfd Moved ISR ZP to ISRL/ISRH ($02,$03). Fix #247. 2023-01-04 18:44:48 -05:00
Bobbi Webber-Manners 74b856e8f5 Migrated some SHR code to main memory. 2022-12-29 19:17:05 -05:00
Bobbi Webber-Manners 299ca47246 Re-enabled code to set GS text mode colours & border 2022-12-28 02:56:43 -05:00
Bobbi Webber-Manners 3fd0d0678d Merged JGH's keyboard handler cleanup. 2022-12-26 22:47:47 -05:00
Bobbi Webber-Manners a6b964b30e Turn off SHR shadowing! 2022-12-24 23:18:03 -05:00
Bobbi Webber-Manners 79278f124d Beginnings of SHR support (just mode selection for now) 2022-12-22 13:44:40 -05:00
Bobbi Webber-Manners 87553b95ef Fix order of PUT files. 2022-12-22 12:19:20 -05:00
Bobbi Webber-Manners 1027179f6e Fixed #199 - ISR now has exclusive use of A3L/A3H. 2022-12-21 21:04:44 -05:00
Bobbi Webber-Manners 700a948731 Added empty auxmem.shr.s 2022-12-21 19:26:50 -05:00
Bobbi Webber-Manners c67fa33b2d Support F-keys on ADB Extended Keyboard and Wombat. 2022-12-21 16:49:44 -05:00
Bobbi Webber-Manners e2d0b72d8a Cleaning up HGR code in preparation for SHR. 2022-12-21 00:21:16 -05:00
Bobbi Webber-Manners 02a88a5088 Added 8x8 font for SHR modes. 2022-12-20 23:21:37 -05:00
Bobbi Webber-Manners 4495fd600e Audited RDMAINRAM/RDCARDRAM is safe. 2022-12-18 19:04:38 -05:00
Bobbi Webber-Manners 7232b49090 Use STZ in macros to set softswitches. 2022-12-18 18:42:54 -05:00
Bobbi Webber-Manners 462819cdb6 Fixed mistake in comment. 2022-12-11 20:55:23 -05:00
Bobbi Webber-Manners 0132bd3b88 Improved comments for ALTZP / MAINZP macros. 2022-12-11 20:53:34 -05:00
Bobbi Webber-Manners 2ddf2c3b66 Fix to XF2MAIN macro. Protect 3ED/3EE ! 2022-11-27 20:05:53 -05:00
Bobbi Webber-Manners 354f4b8e78 Removed commented-out code in macros. 2022-11-21 15:43:56 -05:00
Bobbi Webber-Manners 38cbb97a56 Bug fix to Mockingboard ISR. Works now! 2022-11-20 22:45:40 -05:00
Bobbi Webber-Manners ca404e2697 Added Mockingboard frequencies table 2022-11-18 22:43:24 -05:00
Bobbi Webber-Manners 05b98edbc1 Added template for Mockingboard code. 2022-11-17 19:38:21 -05:00
Bobbi Webber-Manners b39ae02167 Moved Ensoniq code to mainmem.ensq.s 2022-11-17 19:31:29 -05:00
Bobbi Webber-Manners 150f71a0bc Merge JGH PR#193. Fix capitalization in PRINTDEC. 2022-11-07 12:23:11 -05:00
Bobbi Webber-Manners cf2cb41deb Enable Ensoniq if machine is a GS. 2022-10-14 00:47:42 -04:00
Bobbi Webber-Manners 88dd400535 Merge code from ensoniq branch. Disabled by default. 2022-10-14 00:22:27 -04:00
apple2geek 8f83ea188e Label-ize absolute references to Apple II I/O locations.
Fix a typo-ed reference to CLRALTCHAR to correct location.
2022-10-11 22:00:36 -06:00
apple2geek d0ad3dde43 Re-order files so MOSSHIM block occupies HGR1 during load/initialize process.
This eliminates the gap/slack space between the .SYSTEM stub loader and the
MAIN memory resident code.
2022-10-10 03:23:15 -06:00
apple2geek 3bf3797488 Update ProDOS globals to use labels instead of absolutes 2022-10-08 19:38:12 -06:00
apple2geek ce5af98d3c Switch to labels instead of absolute addresses for ProDOS globals 2022-10-08 03:17:19 -06:00
apple2geek 79793b78a4 Complete "SYSTEM"-ification of Applecorn.
Now runs as APLCORN.SYSTEM, without the need for BASIC.SYSTEM as a support for .BIN.
2022-10-06 21:09:29 -06:00
Bobbi Webber-Manners 73a21d628b Reverted early audio tinkering in main. (See 'ensoniq' for that). 2022-10-04 20:49:02 -04:00
Bobbi Webber-Manners 67b2972dcf Preparation for audio support - sound queues. 2022-09-27 23:17:40 -04:00
Bobbi Webber-Manners 216ba57305 Back to new WRTMAIN/WRTAUX. Fixed //e bug that prevented this. 2022-09-24 14:50:30 -04:00
Bobbi Webber-Manners 126bb4dbf0 Revert change to interrupt code in WRTMAIN/WRTAUX. Breaks on //e. 2022-09-23 22:33:27 -04:00
Bobbi Webber-Manners 5b9657ef64 Safer interrupt handling in macros. 2022-09-23 02:21:30 -04:00
Bobbi Webber-Manners 33c9459151 Reverted WRTMAIN / WRTAUX changes. Was breaking file I/O/ 2022-09-19 20:19:28 -04:00
Bobbi Webber-Manners 02b4e65cfa Interrupt fixes to macros (applecorn.s) 2022-09-19 19:25:51 -04:00
Bobbi Webber-Manners 2becfd310c Move SEI to top of XF2AUX macro. Safer! 2021-12-08 11:28:56 -05:00
Bobbi Webber-Manners 1da0773b2f Updated and cleaned up Applecorn disk image. 2021-11-14 18:04:10 -05:00
Bobbi Webber-Manners ef478f1916 Updated disk image. 2021-11-13 14:57:05 -05:00
Bobbi Webber-Manners 565075e464 Fixed crash with John Brooks's /RAM3 RawWorks driver 2021-11-05 22:09:20 -04:00
Bobbi Webber-Manners 0d08904fc9 Updated disk image. Builds on Merlin-16 again. 2021-11-05 19:16:22 -04:00
Bobbi Webber-Manners 9adbd83faa Updated disk image. Builds on Merlin-16. 2021-10-26 09:31:34 -04:00
Bobbi Webber-Manners 8e5ca206f5 Updated disk image. Builds in Merlin-16 again. 2021-10-24 20:38:32 -04:00
Bobbi Webber-Manners 8d020183f5 Updated disk image. Builds on Merlin-16 again. 2021-10-18 18:46:52 -04:00
Bobbi Webber-Manners 8e2967e87a Update .PO disk image. 2021-10-14 19:24:26 -04:00