diff options
author | 2020-09-14 00:31:31 +0200 | |
---|---|---|
committer | 2020-09-14 09:04:18 +1000 | |
commit | 0d3b24b32c1b17abfcfc28661cae1e1b65b920e0 (patch) | |
tree | d4eaabc839ba736e748835fabc014c98f3e6b092 | |
parent | 8eb1be4a485fbad786c8a8b3b9ba6fb8773a3e83 (diff) |
bublbobl.cpp: Remove outdated comment about 8749
-rw-r--r-- | src/mame/drivers/bublbobl.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mame/drivers/bublbobl.cpp b/src/mame/drivers/bublbobl.cpp index 3dafd3ae0a9..57b5c77c633 100644 --- a/src/mame/drivers/bublbobl.cpp +++ b/src/mame/drivers/bublbobl.cpp @@ -265,11 +265,6 @@ TODO: accesses done by the sound CPU to the YM2203 I/O ports. At the very least, there could be some filters. - There are also Bubble Bobble bootlegs with a P8749H MCU, however the MCU - is protected against reading and the main code only differs by 1 byte from - Bubble Bobble. If the MCU were to be dumped that would also make for - interesting comparisons. - ***************************************************************************/ #include "emu.h" |