added a comment regarding the video chip used in this board.

This commit is contained in:
Felipe Corrêa da Silva Sanches 2015-01-17 23:43:33 -02:00
parent d9918815c3
commit eff2dba6c2

View File

@ -52,6 +52,9 @@ static MACHINE_CONFIG_START( banctec, banctec_state )
MCFG_CPU_ADD("maincpu", M6805, 4000000) /* 4000000? */
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
/* video hardware */
MCFG_SCREEN_ADD("screen", LCD)