mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
Game promoted to working
-------------------------- Coleco Frogger [hap, Kevin Horton]
This commit is contained in:
parent
41c1919ff8
commit
4c043eee19
@ -4,14 +4,9 @@
|
||||
|
||||
Mitsubishi M58846 MCU
|
||||
|
||||
TODO:
|
||||
- o hai
|
||||
|
||||
*/
|
||||
|
||||
#include "m58846.h"
|
||||
//#include "debugger.h"
|
||||
|
||||
|
||||
|
||||
const device_type M58846 = &device_creator<m58846_device>;
|
||||
|
@ -31,6 +31,10 @@
|
||||
- 1980 and 1982 Mitsubishi LSI Data Books
|
||||
- M34550Mx-XXXFP datasheet (this one is MELPS 720 family)
|
||||
|
||||
TODO:
|
||||
- need more drivers that use this, to be sure that emulation is accurate
|
||||
- add output PLA
|
||||
|
||||
*/
|
||||
|
||||
#include "melps4.h"
|
||||
|
@ -345,4 +345,4 @@ ROM_END
|
||||
|
||||
|
||||
/* YEAR NAME PARENT COMPAT MACHINE INPUT INIT COMPANY, FULLNAME, FLAGS */
|
||||
CONS( 1981, cfrogger, 0, 0, cfrogger, cfrogger, driver_device, 0, "Coleco", "Frogger (Coleco)", GAME_SUPPORTS_SAVE | GAME_REQUIRES_ARTWORK | GAME_NOT_WORKING )
|
||||
CONS( 1981, cfrogger, 0, 0, cfrogger, cfrogger, driver_device, 0, "Coleco", "Frogger (Coleco)", GAME_SUPPORTS_SAVE | GAME_REQUIRES_ARTWORK )
|
||||
|
Loading…
Reference in New Issue
Block a user