Commit Graph

536 Commits

Author SHA1 Message Date
Bobbi Webber-Manners
812a38a758 Merge pull request #176 from apple2geek/system
Cleanup work following .SYSTEM changes
2022-10-12 00:06:00 -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
Bobbi Webber-Manners
03e263dd5b Updated .po 2022-10-10 20:27:06 -04:00
Bobbi Webber-Manners
b126b84ad9 Merge pull request #175 from apple2geek/system
Update to bring all one-and-done code into the .SYSTEM loader area.
2022-10-10 20:22:58 -04:00
apple2geek
b683aab070 Update to bring all one-and-done code into the .SYSTEM loader area.
Remove the HGR clear call from GFXINIT, and relocate the call to VDU12
so that it happens prior to enabling graphics mode in the hardware.
2022-10-10 18:17:17 -06:00
Bobbi Webber-Manners
bcdad1f326 Merge pull request #174 from apple2geek/system
SYSTEM space reclamation
2022-10-10 14:17:46 -04: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
6f6e03060e Merge branch 'bobbimanners:system' into system 2022-10-10 01:21:03 -06:00
apple2geek
1a1fdc5133 Inline loading of FDRAW and FONT, copy of MOSSHIM to AUX 2022-10-10 01:18:42 -06:00
Bobbi Webber-Manners
e933f70312 Merge pull request #172 from apple2geek/system
System
2022-10-10 02:48:06 -04:00
apple2geek
910fbff3d2 Inline SETPRFX and DISCONN into .SYSTEM stub 2022-10-10 00:38:13 -06:00
apple2geek
9c0cbf0813 Merge branch 'main' into system 2022-10-09 23:45:43 -06:00
Bobbi Webber-Manners
056eb76ac7 Update date-stamp after merge of JGH PR #171. 2022-10-10 01:01:32 -04:00
Bobbi Webber-Manners
c42a51e7b5 Merge pull request #171 from jgharston/main
Sorted HOSTFS commands into order
2022-10-10 00:59:55 -04:00
apple2geek
20fe5c707d Update Memory Map to relect change to .SYSTEM program and
clarify some vector names
2022-10-09 22:36:53 -06:00
jgharston
901ad6678c Sorted HOSTFS commands into order
Sorted HOSTFS commands into order, and slight tweek so I can concentrate on oscli.s
2022-10-09 15:24:36 +01:00
jgharston
0011b9f6de Merge branch 'bobbimanners:main' into main 2022-10-09 14:29:15 +01:00
apple2geek
3bf3797488 Update ProDOS globals to use labels instead of absolutes 2022-10-08 19:38:12 -06:00
Bobbi Webber-Manners
7c34850f77 JGH changes to auxmem.misc.s (ROMSEL). 2022-10-08 18:58:17 -04:00
Bobbi Webber-Manners
c5b889529f JGH's improvements to auxmem.oscli.s (TYPE/DUMP/SPOOL) 2022-10-08 18:54:32 -04:00
jgharston
31ae683108 Tidied *HELP
Command list now in (nearly) alphabetical order so *HELP is neater.
Disabled ROMSEL speed-up.
2022-10-08 23:39:38 +01:00
Bobbi Webber-Manners
b3a6a4c521 Merge pull request #168 from bobbimanners/system
Transition to .SYSTEM
2022-10-08 18:06:50 -04:00
apple2geek
f6b630c0db Merge branch 'main' into system 2022-10-08 15:50:06 -06:00
Bobbi Webber-Manners
55de1e43ad Merge pull request #167 from bobbimanners/revert-166-main
Revert "Updated DUMP, TYPE, SPOOL"
2022-10-08 17:42:39 -04:00
apple2geek
d806d5d43f Merge branch 'main' into system
Pick up DUMP/TYPE/SPOOL update
2022-10-08 15:38:45 -06:00
Bobbi Webber-Manners
17eb31efc8 Revert "Updated DUMP, TYPE, SPOOL" 2022-10-08 17:38:34 -04:00
Bobbi Webber-Manners
b5a1b7019b Revert merge of JGH's PR. 2022-10-08 17:37:45 -04:00
Bobbi Webber-Manners
a775bc2f87 Merge pull request #166 from jgharston/main
Updated DUMP, TYPE, SPOOL
2022-10-08 17:33:01 -04:00
jgharston
94a198059f Updated DUMP, TYPE, SPOOL
Updated TYPE, DUMP, SPOOL, with EXEC all share code.
Tweek to ROMSELECT to speed up slightly.
2022-10-08 15:45:44 +01:00
apple2geek
ce5af98d3c Switch to labels instead of absolute addresses for ProDOS globals 2022-10-08 03:17:19 -06:00
apple2geek
42e1944856 Merge branch 'main' into system 2022-10-08 02:59:04 -06:00
Bobbi Webber-Manners
fcb2408994 Update date to 2022-10-07 2022-10-07 15:51:53 -04:00
Bobbi Webber-Manners
1d722554b9 Merge pull request #165 from jgharston/main
Updated CLOSE, EXEC
2022-10-07 15:49:45 -04:00
jgharston
835e2327de Updated CLOSE, EXEC
*CLOSE is a MOS command
Fixed *EXEC, needs optimising
Added buffer handler
2022-10-07 12:35:38 +01: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
def729bc9b Removed redundant file. 2022-10-04 22:44:20 -04: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
75e0df40ea More untested Ensoniq audio code. 2022-09-29 13:48:49 -04:00
Bobbi Webber-Manners
ad8693244a Implemented REMV. Untested! 2022-09-29 00:52:59 -04:00
Bobbi Webber-Manners
22b6b8275a Added Ensoniq initialization code. 2022-09-28 23:43:18 -04:00
Bobbi Webber-Manners
e317e91def Bugfix to audio enqueuing stuff. 2022-09-28 01:54:01 -04:00
Bobbi Webber-Manners
aeda12e9af SOUND commands now enqueue stuff. Proof of principle. 2022-09-28 01:12:14 -04:00
Bobbi Webber-Manners
67b2972dcf Preparation for audio support - sound queues. 2022-09-27 23:17:40 -04:00
Bobbi Webber-Manners
9158a0f94f Added EQUs for Beeb sound buffers, pointers etc. 2022-09-27 19:26:11 -04:00
Bobbi Webber-Manners
35d7bd9f10 Added View to README.md 2022-09-24 17:15:50 -04:00
Bobbi Webber-Manners
e907e18da7 Added Acornsoft View to menu. 2022-09-24 17:05:51 -04:00
Bobbi Webber-Manners
ca9e62a583 Reverted previous fix to #142. 2022-09-24 16:19:16 -04:00
Bobbi Webber-Manners
9ce495efb9 Removed unnecessary PAGE2 shadow for ROM03 GS. 2022-09-24 14:55:17 -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
6609426f8a Fix to #142 (Escape during *HELP -> spurious error) 2022-09-24 01:30:57 -04:00