1
0
mirror of https://github.com/pevans/erc-c.git synced 2026-04-25 12:17:19 +00:00

Account for changes to rom segment structure

This commit is contained in:
Peter Evans
2018-01-16 15:46:35 -06:00
parent caea83f9c6
commit bcf6b213a6
4 changed files with 13 additions and 8 deletions
+6 -1
View File
@@ -56,7 +56,12 @@
#define APPLE2_AUX_SIZE 0x10000
/*
* This is the base address (or offset) for all bank-switched memory
* This is the base address for system / internal ROM.
*/
#define APPLE2_SYSROM_OFFSET 0xC000
/*
* This defines the base address for bank-switchable memory
*/
#define APPLE2_BANK_OFFSET 0xD000