summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m92.c
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2009-07-10 03:10:17 +0000
committer Aaron Giles <aaron@aarongiles.com>2009-07-10 03:10:17 +0000
commit62c9a9d8cb303b9ce63926072eaab55eec405f4c (patch)
treec19c72b6c8af5206d957d06400c920854d85d367 /src/mame/drivers/m92.c
parent1f747224c00e292f9ac0bbe7bf84a4fa4f44fd57 (diff)
Cleanups and version bump.mame0132u4
Diffstat (limited to 'src/mame/drivers/m92.c')
-rw-r--r--src/mame/drivers/m92.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/m92.c b/src/mame/drivers/m92.c
index 666d4bc4efa..16b87ef1ff8 100644
--- a/src/mame/drivers/m92.c
+++ b/src/mame/drivers/m92.c
@@ -1018,7 +1018,7 @@ static MACHINE_DRIVER_START( ppan )
MDRV_CPU_IO_MAP(m92_portmap)
/* no Sound CPU */
-
+
MDRV_MACHINE_START(m92)
MDRV_MACHINE_RESET(m92)
@@ -2043,14 +2043,14 @@ static void init_m92(running_machine *machine, int hasbanks)
}
RAM = memory_region(machine, "soundcpu");
-
+
if (RAM)
memcpy(RAM + 0xffff0, RAM + 0x1fff0, 0x10); /* Sound cpu Start vector */
m92_game_kludge = 0;
m92_irq_vectorbase = 0x80;
m92_sprite_buffer_busy = 1;
-
+
setvector_callback(machine, NULL, VECTOR_INIT);
}