summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/momoko.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/momoko.cpp')
-rw-r--r--src/mame/video/momoko.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/mame/video/momoko.cpp b/src/mame/video/momoko.cpp
index f6fd65d1d42..f8c45e61d75 100644
--- a/src/mame/video/momoko.cpp
+++ b/src/mame/video/momoko.cpp
@@ -6,15 +6,15 @@
Video hardware driver by Uki 02/Mar/2001
- Video consists of
- - Sprites
- - 2x ROM based tilemaps (bg and fg) with priority over some sprites
- - 1x RAM based tilemap (text layer) (no wrapping?)
-
- TODO:
- - update to use tilemap system?
- - check if any of this is common Jaleco/NMK etc. hardware and use shared
- devices if possible
+ Video consists of
+ - Sprites
+ - 2x ROM based tilemaps (bg and fg) with priority over some sprites
+ - 1x RAM based tilemap (text layer) (no wrapping?)
+
+ TODO:
+ - update to use tilemap system?
+ - check if any of this is common Jaleco/NMK etc. hardware and use shared
+ devices if possible
*******************************************************************************/