From f2f250d9f29c41afe63d11640f02944878147017 Mon Sep 17 00:00:00 2001 From: David Haywood Date: Wed, 29 Jul 2015 14:36:49 +0100 Subject: change flags from GAME_ to MACHINE_ this better fits the drivers from MESS (which have always illogically used the GAME_ flags despite not being games) and also fits fine with arcade machines. --- src/mess/drivers/sun1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mess/drivers/sun1.c') diff --git a/src/mess/drivers/sun1.c b/src/mess/drivers/sun1.c index 5cb2e1b0071..df26989dbaa 100644 --- a/src/mess/drivers/sun1.c +++ b/src/mess/drivers/sun1.c @@ -167,4 +167,4 @@ ROM_END /* Driver */ /* YEAR NAME PARENT COMPAT MACHINE INPUT INIT COMPANY FULLNAME FLAGS */ -COMP( 1982, sun1, 0, 0, sun1, sun1, driver_device, 0, "Sun Microsystems", "Sun-1", GAME_NOT_WORKING | GAME_NO_SOUND) +COMP( 1982, sun1, 0, 0, sun1, sun1, driver_device, 0, "Sun Microsystems", "Sun-1", MACHINE_NOT_WORKING | MACHINE_NO_SOUND) -- cgit v1.2.3-70-g09d2