mirror of
https://github.com/holub/mame
synced 2025-05-10 00:01:52 +03:00
added a comment regarding the video chip used in this board.
This commit is contained in:
parent
d9918815c3
commit
eff2dba6c2
@ -52,6 +52,9 @@ static MACHINE_CONFIG_START( banctec, banctec_state )
|
|||||||
MCFG_CPU_ADD("maincpu", M6805, 4000000) /* 4000000? */
|
MCFG_CPU_ADD("maincpu", M6805, 4000000) /* 4000000? */
|
||||||
MCFG_CPU_PROGRAM_MAP(banctec_mem)
|
MCFG_CPU_PROGRAM_MAP(banctec_mem)
|
||||||
|
|
||||||
|
// The video signal is generated by a R6545EAP character generator chip
|
||||||
|
// The U20 EPROM holds the image data for the character set.
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
/* video hardware */
|
/* video hardware */
|
||||||
MCFG_SCREEN_ADD("screen", LCD)
|
MCFG_SCREEN_ADD("screen", LCD)
|
||||||
|
Loading…
Reference in New Issue
Block a user