From add0dc8bd4c3f666b62de4383e51a24d437aabee Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Mon, 29 May 2017 19:01:03 +0200 Subject: unianapc: it's a skeleton driver, so use the appropriate flag (nw) --- src/mame/drivers/unianapc.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mame/drivers/unianapc.cpp b/src/mame/drivers/unianapc.cpp index b5fdb4b0537..27230abe344 100644 --- a/src/mame/drivers/unianapc.cpp +++ b/src/mame/drivers/unianapc.cpp @@ -113,5 +113,5 @@ ROM_START( hogwild ) DISK_IMAGE( "hog wild", 0, SHA1(f05b7f64830d995db2e2a2f7f95ae0100de5dab1) ) ROM_END -GAME( 2002, dhunting, 0, unianapc, unianapc, unianapc_state, 0, ROT0, "Game Box Entertainment", "Dream Hunting (US)", MACHINE_NOT_WORKING | MACHINE_NO_SOUND ) // Ver 1007? -GAME( 2003, hogwild, 0, unianapc, unianapc, unianapc_state, 0, ROT0, "Uniana", "Hog Wild (US)", MACHINE_NOT_WORKING | MACHINE_NO_SOUND ) // Ver.00.26.b? +GAME( 2002, dhunting, 0, unianapc, unianapc, unianapc_state, 0, ROT0, "Game Box Entertainment", "Dream Hunting (US)", MACHINE_IS_SKELETON ) // Ver 1007? +GAME( 2003, hogwild, 0, unianapc, unianapc, unianapc_state, 0, ROT0, "Uniana", "Hog Wild (US)", MACHINE_IS_SKELETON ) // Ver.00.26.b? -- cgit v1.2.3