mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
gridcomp.cpp: I forgot how that flag works
This commit is contained in:
parent
f172d7065a
commit
fc970b9f82
@ -113,6 +113,8 @@ public:
|
||||
, m_tms9914(*this, "hpib")
|
||||
{ }
|
||||
|
||||
static constexpr feature_type unemulated_features() { return feature::WAN; }
|
||||
|
||||
void grid1129(machine_config &config);
|
||||
void grid1131(machine_config &config);
|
||||
void grid1121(machine_config &config);
|
||||
@ -620,7 +622,7 @@ ROM_END
|
||||
***************************************************************************/
|
||||
|
||||
// YEAR NAME PARENT COMPAT MACHINE INPUT CLASS INIT COMPANY FULLNAME FLAGS
|
||||
COMP( 1982, grid1101, 0, 0, grid1101, gridcomp, gridcomp_state, empty_init, "GRiD Computers", "Compass 1101", MACHINE_NO_SOUND_HW | MACHINE_IMPERFECT_CONTROLS | MACHINE_NODEVICE_WAN )
|
||||
COMP( 1982, grid1101, 0, 0, grid1101, gridcomp, gridcomp_state, empty_init, "GRiD Computers", "Compass 1101", MACHINE_NO_SOUND_HW | MACHINE_IMPERFECT_CONTROLS )
|
||||
COMP( 1982, grid1109, grid1101, 0, grid1109, gridcomp, gridcomp_state, empty_init, "GRiD Computers", "Compass 1109", MACHINE_IS_SKELETON )
|
||||
COMP( 1984, grid1121, 0, 0, grid1121, gridcomp, gridcomp_state, empty_init, "GRiD Computers", "Compass II 1121", MACHINE_IS_SKELETON )
|
||||
COMP( 1984, grid1129, grid1121, 0, grid1129, gridcomp, gridcomp_state, empty_init, "GRiD Computers", "Compass II 1129", MACHINE_IS_SKELETON )
|
||||
|
Loading…
Reference in New Issue
Block a user