summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Michaël Banaan Ananas <happppp@users.noreply.github.com>2012-04-18 19:48:09 +0000
committer Michaël Banaan Ananas <happppp@users.noreply.github.com>2012-04-18 19:48:09 +0000
commit97f2edd3f4e1779fba62bb621243b9ef6833c9c7 (patch)
tree74a26d20dac3fdc22ce7640d615420032c04f9b1
parentc47f8d57b065ccd972e03d39a5db6761540eb0a6 (diff)
(rm note about missing sound)
-rw-r--r--src/mame/drivers/rabbit.c1
-rw-r--r--src/mame/drivers/tmmjprd.c2
2 files changed, 0 insertions, 3 deletions
diff --git a/src/mame/drivers/rabbit.c b/src/mame/drivers/rabbit.c
index 81191422903..ccbd5ee737f 100644
--- a/src/mame/drivers/rabbit.c
+++ b/src/mame/drivers/rabbit.c
@@ -25,7 +25,6 @@ To Do:
- raster effects (rabbit only?, see left side of one of the levels in rabbit)
- clean up zoom code and make zoom effect more accurate
-- sound (adpcm of some kind)
- status bar in rabbit is the wrong colour, timing of blitter / interrupts?
Notes:
diff --git a/src/mame/drivers/tmmjprd.c b/src/mame/drivers/tmmjprd.c
index 68dc20d2de4..ce54e8ad7aa 100644
--- a/src/mame/drivers/tmmjprd.c
+++ b/src/mame/drivers/tmmjprd.c
@@ -20,8 +20,6 @@
- tmpdoki isn't a dual screen game, we should remove the dual screen layout from VIDEO_UPDATE and from the MACHINE_DRIVER, also notice that MAME
doesn't have a macro for removing previously declared screens.
- - sound (see rabbit.c for preliminary details, not copied here)
-
- sprites from one screen are overlapping on the other, probably there's a way to limit them to a single screen
- priority is wrong.