Game promoted to working

--------------------------
Coleco Frogger [hap, Kevin Horton]
This commit is contained in:
hap 2015-06-17 20:18:02 +02:00
parent 41c1919ff8
commit 4c043eee19
3 changed files with 5 additions and 6 deletions

View File

@ -4,14 +4,9 @@
Mitsubishi M58846 MCU
TODO:
- o hai
*/
#include "m58846.h"
//#include "debugger.h"
const device_type M58846 = &device_creator<m58846_device>;

View File

@ -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"

View File

@ -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 )