diff options
| author | 2015-07-29 14:36:49 +0100 | |
|---|---|---|
| committer | 2015-07-29 14:36:49 +0100 | |
| commit | f2f250d9f29c41afe63d11640f02944878147017 (patch) | |
| tree | 88c8056b25488794e4e48897fcf4f9119bc4f294 /src/mess/drivers/basic52.c | |
| parent | 582f37814ad3274e059cc8da16c47b0185074a82 (diff) | |
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.
Diffstat (limited to 'src/mess/drivers/basic52.c')
| -rw-r--r-- | src/mess/drivers/basic52.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/drivers/basic52.c b/src/mess/drivers/basic52.c index 16af655f2b0..c8369c8b5c5 100644 --- a/src/mess/drivers/basic52.c +++ b/src/mess/drivers/basic52.c @@ -154,5 +154,5 @@ ROM_END /* Driver */ /* YEAR NAME PARENT COMPAT MACHINE INPUT CLASS INIT COMPANY FULLNAME FLAGS */ -COMP( 1985, basic52, 0, 0, basic52, basic52, driver_device, 0, "Intel", "MCS BASIC 52", GAME_NO_SOUND_HW) -COMP( 1985, basic31, basic52, 0, basic31, basic52, driver_device, 0, "Intel", "MCS BASIC 31", GAME_NO_SOUND_HW) +COMP( 1985, basic52, 0, 0, basic52, basic52, driver_device, 0, "Intel", "MCS BASIC 52", MACHINE_NO_SOUND_HW) +COMP( 1985, basic31, basic52, 0, basic31, basic52, driver_device, 0, "Intel", "MCS BASIC 31", MACHINE_NO_SOUND_HW) |
