mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
motorola/mex68kecb.cpp: Use the actual name of the system.
This commit is contained in:
parent
698e1d8985
commit
79347b8fa5
1 changed files with 2 additions and 2 deletions
|
@ -232,5 +232,5 @@ ROM_END
|
|||
|
||||
|
||||
// Driver
|
||||
// YEAR NAME PARENT COMPAT MACHINE INPUT CLASS INIT COMPANY FULLNAME FLAGS
|
||||
COMP( 1981, mex68kecb, 0, 0, mex68kecb, mex68kecb, mex68kecb_state, empty_init, "Motorola", "Motorola 68K ECB", MACHINE_NO_SOUND_HW | MACHINE_SUPPORTS_SAVE )
|
||||
// YEAR NAME PARENT COMPAT MACHINE INPUT CLASS INIT COMPANY FULLNAME FLAGS
|
||||
COMP( 1981, mex68kecb, 0, 0, mex68kecb, mex68kecb, mex68kecb_state, empty_init, "Motorola", "68000 Educational Computer Board", MACHINE_NO_SOUND_HW | MACHINE_SUPPORTS_SAVE )
|
||||
|
|
Loading…
Reference in a new issue