Merge pull request #6179 from clawgrip/patch-12

bandai_design_master.cpp: Missing chars (nw)
This commit is contained in:
ajrhacker 2020-01-16 16:03:52 -05:00 committed by GitHub
commit adf1c86459
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,11 +17,11 @@
| | | | IC1 | | | | | | | | IC1 | | | |
| |IC4| | | | | | | |IC4| | | | | |
| |___| |_______| |___| | | |___| |_______| |___| |
| | |
| SW2 | SW2 |
|______________________________________ |______________________________________|
IC1 = Hitachi H8/328 (24K-byte internal ROM + 1k-byte RAM) IC1 = Hitachi H8/328 (24K-byte internal ROM + 1K-byte RAM)
IC2 = Hitachi HG62G010R21FBN Gate Array (low gatecount and low I/O-count packages) IC2 = Hitachi HG62G010R21FBN Gate Array (low gatecount and low I/O-count packages)
IC3 = Hitachi HM62256LFP-10T 256kbit CMOS SRAM IC3 = Hitachi HM62256LFP-10T 256kbit CMOS SRAM
IC4 = BA10324AF Ground Sense Operational Amplifier IC4 = BA10324AF Ground Sense Operational Amplifier
@ -30,10 +30,8 @@
TODO: cartridge pinouts / information TODO: cartridge pinouts / information
NOTE: cartridge dumps contain boot vectors so Internal ROM likely only used when no cartridge is present NOTE: cartridge dumps contain boot vectors so Internal ROM likely only used when no cartridge is present
******************************************************************************************************************************/ ******************************************************************************************************************************/
#include "emu.h" #include "emu.h"