k007342: update notes

This commit is contained in:
hap 2024-11-24 07:30:43 +01:00
parent db50370e73
commit a7445f2095

View File

@ -10,7 +10,7 @@ bytes of RAM, plus 0x0200 bytes for scrolling, and a variable amount of ROM.
It cannot read the ROMs. It cannot read the ROMs.
Some of the control flags are specifically meant for other Konami chips, 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 control registers
000: ------x- INT control 000: ------x- INT control
@ -31,6 +31,10 @@ control registers
006: y scroll 2 006: y scroll 2
007: not used 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" #include "emu.h"