From a7445f20950d3caf8f6585dbe7e11cb269618c4f Mon Sep 17 00:00:00 2001 From: hap Date: Sun, 24 Nov 2024 07:30:43 +0100 Subject: k007342: update notes --- src/mame/konami/k007342.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/mame/konami/k007342.cpp b/src/mame/konami/k007342.cpp index 4a9f4e4a4f3..a70a727dd5a 100644 --- a/src/mame/konami/k007342.cpp +++ b/src/mame/konami/k007342.cpp @@ -10,7 +10,7 @@ bytes of RAM, plus 0x0200 bytes for scrolling, and a variable amount of ROM. It cannot read the ROMs. Some of the control flags are specifically meant for other Konami chips, -such as the sprite wraparound flag for K007420. +such as the sprite wraparound flag for 007420. control registers 000: ------x- INT control @@ -31,6 +31,10 @@ control registers 006: y scroll 2 007: not used +TODO: +- device should be combined with 007420? see comment from AWJ here: + https://mametesters.org/view.php?id=4902 + */ #include "emu.h" -- cgit v1.2.3