diff options
Diffstat (limited to 'src/emu/drivers/testcpu.c')
-rw-r--r-- | src/emu/drivers/testcpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/drivers/testcpu.c b/src/emu/drivers/testcpu.c index b76bbe23d06..d3d077f025b 100644 --- a/src/emu/drivers/testcpu.c +++ b/src/emu/drivers/testcpu.c @@ -209,4 +209,4 @@ ROM_END // GAME DRIVERS //************************************************************************** -GAME( 2012, testcpu, 0, testcpu, 0, driver_device, 0, ROT0, "MAME", "CPU Tester", GAME_NO_SOUND ) +GAME( 2012, testcpu, 0, testcpu, 0, driver_device, 0, ROT0, "MAME", "CPU Tester", MACHINE_NO_SOUND ) |