summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2015-06-17 20:18:02 +0200
committer hap <happppp@users.noreply.github.com>2015-06-17 20:18:02 +0200
commit4c043eee195366d4f11dfa006552d0618c02d7d7 (patch)
treea0463c67236157cf08b5607f9f182464ba26bd36 /src/emu/cpu
parent41c1919ff802df387539228de6bd64523b717ab0 (diff)
Game promoted to working
-------------------------- Coleco Frogger [hap, Kevin Horton]
Diffstat (limited to 'src/emu/cpu')
-rw-r--r--src/emu/cpu/melps4/m58846.c5
-rw-r--r--src/emu/cpu/melps4/melps4.c4
2 files changed, 4 insertions, 5 deletions
diff --git a/src/emu/cpu/melps4/m58846.c b/src/emu/cpu/melps4/m58846.c
index 2fb0d2107f8..0bc2c8592b5 100644
--- a/src/emu/cpu/melps4/m58846.c
+++ b/src/emu/cpu/melps4/m58846.c
@@ -4,14 +4,9 @@
Mitsubishi M58846 MCU
- TODO:
- - o hai
-
*/
#include "m58846.h"
-//#include "debugger.h"
-
const device_type M58846 = &device_creator<m58846_device>;
diff --git a/src/emu/cpu/melps4/melps4.c b/src/emu/cpu/melps4/melps4.c
index 1e9b51be0a9..686b49d396a 100644
--- a/src/emu/cpu/melps4/melps4.c
+++ b/src/emu/cpu/melps4/melps4.c
@@ -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"