summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/apple2gs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/apple2gs.c')
-rw-r--r--src/mess/drivers/apple2gs.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mess/drivers/apple2gs.c b/src/mess/drivers/apple2gs.c
index 1302c5f7290..aef0f91acd8 100644
--- a/src/mess/drivers/apple2gs.c
+++ b/src/mess/drivers/apple2gs.c
@@ -427,7 +427,7 @@ MACHINE_CONFIG_END
ROM_START(apple2gs)
// M50740/50741 ADB MCU inside the IIgs system unit
- ROM_REGION(0x1000,"m50741",0)
+ ROM_REGION(0x1000,ADBMICRO_TAG":internal",0)
ROM_LOAD( "341s0632-2.bin", 0x000000, 0x001000, CRC(e1c11fb0) SHA1(141d18c36a617ab9dce668445440d34354be0672) )
// i8048 microcontroller inside the IIgs ADB Standard Keyboard
@@ -454,7 +454,7 @@ ROM_START(apple2gs)
ROM_END
ROM_START(apple2gsr3p)
- ROM_REGION(0x1000,"m50741",0)
+ ROM_REGION(0x1000,ADBMICRO_TAG":internal",0)
ROM_LOAD( "341s0632-2.bin", 0x000000, 0x001000, CRC(e1c11fb0) SHA1(141d18c36a617ab9dce668445440d34354be0672) )
ROM_REGION(0x400, "kmcu", 0)
@@ -476,7 +476,7 @@ ROM_START(apple2gsr3p)
ROM_END
ROM_START(apple2gsr3lp)
- ROM_REGION(0x1000,"m50741",0)
+ ROM_REGION(0x1000,ADBMICRO_TAG":internal",0)
ROM_LOAD( "341s0632-2.bin", 0x000000, 0x001000, CRC(e1c11fb0) SHA1(141d18c36a617ab9dce668445440d34354be0672) )
ROM_REGION(0x400, "kmcu", 0)
@@ -498,7 +498,7 @@ ROM_START(apple2gsr3lp)
ROM_END
ROM_START(apple2gsr1)
- ROM_REGION(0xc00,"m50740",0)
+ ROM_REGION(0xc00,ADBMICRO_TAG":internal",0)
ROM_LOAD( "341s0345.bin", 0x000000, 0x000c00, CRC(48cd5779) SHA1(97e421f5247c00a0ca34cd08b6209df573101480) )
ROM_REGION(0x400, "kmcu", 0)
@@ -519,7 +519,7 @@ ROM_START(apple2gsr1)
ROM_END
ROM_START(apple2gsr0)
- ROM_REGION(0xc00,"m50740",0)
+ ROM_REGION(0xc00,ADBMICRO_TAG":internal",0)
ROM_LOAD( "341s0345.bin", 0x000000, 0x000c00, CRC(48cd5779) SHA1(97e421f5247c00a0ca34cd08b6209df573101480) )
ROM_REGION(0x400, "kmcu", 0)
@@ -544,7 +544,7 @@ ROM_START(apple2gsr0)
ROM_END
ROM_START(apple2gsr0p) // 6/19/1986 Cortland prototype
- ROM_REGION(0xc00,"m50740",0)
+ ROM_REGION(0xc00,ADBMICRO_TAG":internal",0)
ROM_LOAD( "341s0345.bin", 0x000000, 0x000c00, CRC(48cd5779) SHA1(97e421f5247c00a0ca34cd08b6209df573101480) )
ROM_REGION(0x400, "kmcu", 0)
@@ -565,7 +565,7 @@ ROM_START(apple2gsr0p) // 6/19/1986 Cortland prototype
ROM_END
ROM_START(apple2gsr0p2) // 3/10/1986 Cortland prototype, boots as "Apple //'ing - Alpha 2.0"
- ROM_REGION(0xc00,"m50740",0)
+ ROM_REGION(0xc00,ADBMICRO_TAG":internal",0)
ROM_LOAD( "341s0345.bin", 0x000000, 0x000c00, CRC(48cd5779) SHA1(97e421f5247c00a0ca34cd08b6209df573101480) )
ROM_REGION(0x400, "kmcu", 0)