summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/interact.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/interact.cpp')
-rw-r--r--src/mame/drivers/interact.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/interact.cpp b/src/mame/drivers/interact.cpp
index 8f1f742a27e..86ec90e7887 100644
--- a/src/mame/drivers/interact.cpp
+++ b/src/mame/drivers/interact.cpp
@@ -83,6 +83,10 @@ public:
static ADDRESS_MAP_START(interact_mem, AS_PROGRAM, 8, interact_state )
ADDRESS_MAP_UNMAP_HIGH
+ /* Main ROM page*/
+ AM_RANGE(0x0000,0x3fff) AM_ROM /*BANK(2)*/
+ /* AM_RANGE(0x1000,0x3fff) AM_RAM*/
+
/* Hardware address mapping*/
/* AM_RANGE(0x0800,0x0808) AM_WRITE(hector_switch_bank_w)// Bank management not udsed in BR machine*/
AM_RANGE(0x1000,0x1000) AM_WRITE(hector_color_a_w) /* Color c0/c1*/
@@ -92,10 +96,6 @@ static ADDRESS_MAP_START(interact_mem, AS_PROGRAM, 8, interact_state )
AM_RANGE(0x3000,0x3000) AM_READWRITE(hector_cassette_r, hector_sn_3000_w)/* Write necessary*/
AM_RANGE(0x3800,0x3807) AM_READWRITE(hector_keyboard_r, hector_keyboard_w) /* Keyboard*/
- /* Main ROM page*/
- AM_RANGE(0x0000,0x3fff) AM_ROM /*BANK(2)*/
- /* AM_RANGE(0x1000,0x3fff) AM_RAM*/
-
/* Video br mapping*/
AM_RANGE(0x4000,0x49ff) AM_RAM AM_SHARE("videoram")
/* continous RAM*/