Apple_II_vhdl/src/apple2.bmm

48 lines
996 B
Plaintext
Raw Normal View History

2016-01-06 20:59:21 +00:00
ADDRESS_MAP avrmap PPC405 0
2016-01-09 19:01:56 +00:00
2016-01-06 20:59:21 +00:00
ADDRESS_SPACE rom_apple RAMB16 [0x00000000:0x00003fff]
BUS_BLOCK
2016-01-09 19:01:56 +00:00
core_auto_rom.roms/Mram_ROM1 [7:0];
2016-01-06 20:59:21 +00:00
END_BUS_BLOCK;
BUS_BLOCK
2016-01-09 19:01:56 +00:00
core_auto_rom.roms/Mram_ROM2 [7:0];
2016-01-06 20:59:21 +00:00
END_BUS_BLOCK;
BUS_BLOCK
2016-01-09 19:01:56 +00:00
core_auto_rom.roms/Mram_ROM3 [7:0];
2016-01-06 20:59:21 +00:00
END_BUS_BLOCK;
BUS_BLOCK
2016-01-09 19:01:56 +00:00
core_auto_rom.roms/Mram_ROM4 [7:0];
2016-01-06 20:59:21 +00:00
END_BUS_BLOCK;
BUS_BLOCK
2016-01-09 19:01:56 +00:00
core_auto_rom.roms/Mram_ROM5 [7:0];
2016-01-06 20:59:21 +00:00
END_BUS_BLOCK;
BUS_BLOCK
2016-01-09 19:01:56 +00:00
core_auto_rom.roms/Mram_ROM6 [7:0];
2016-01-06 20:59:21 +00:00
END_BUS_BLOCK;
BUS_BLOCK
2016-01-09 19:01:56 +00:00
core_auto_rom.roms/Mram_ROM7 [7:0];
2016-01-06 20:59:21 +00:00
END_BUS_BLOCK;
BUS_BLOCK
2016-01-09 19:01:56 +00:00
core_auto_rom.roms/Mram_ROM8 [7:0];
2016-01-06 20:59:21 +00:00
END_BUS_BLOCK;
2016-01-09 19:01:56 +00:00
END_ADDRESS_SPACE;
2016-01-06 20:59:21 +00:00
ADDRESS_SPACE rom_disk RAMB16 [0x00000000:0x000007ff]
BUS_BLOCK
2016-01-09 19:01:56 +00:00
disk_rom/Mram_ROM [7:0];
2016-01-06 20:59:21 +00:00
END_BUS_BLOCK;
2016-01-09 19:01:56 +00:00
END_ADDRESS_SPACE;
2016-01-06 20:59:21 +00:00
2016-01-09 19:01:56 +00:00
END_ADDRESS_MAP;