summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/alg.c
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2008-07-19 05:26:09 +0000
committer Aaron Giles <aaron@aarongiles.com>2008-07-19 05:26:09 +0000
commit5bb72fa08e09c451e31c5c7c682d35ea81e99af1 (patch)
tree6b7a192dc0725f8b69d6fc2a362c30725303cf22 /src/mame/drivers/alg.c
parent73aaf0db7e51053f0dc7a475b1cb138931c1fd7e (diff)
Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG.
Tagged all CPUs. Now I will take a break until my fingers stop cramping. :)
Diffstat (limited to 'src/mame/drivers/alg.c')
-rw-r--r--src/mame/drivers/alg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/alg.c b/src/mame/drivers/alg.c
index a915c8aa51f..0d9fd97d4b1 100644
--- a/src/mame/drivers/alg.c
+++ b/src/mame/drivers/alg.c
@@ -465,7 +465,7 @@ static const struct CustomSound_interface amiga_custom_interface =
static MACHINE_DRIVER_START( alg_r1 )
/* basic machine hardware */
- MDRV_CPU_ADD_TAG("main", M68000, AMIGA_68000_NTSC_CLOCK)
+ MDRV_CPU_ADD("main", M68000, AMIGA_68000_NTSC_CLOCK)
MDRV_CPU_PROGRAM_MAP(main_map_r1,0)
MDRV_MACHINE_START(alg)