| Previous | 199869 Revisions | Next |
| r34630 Sunday 18th January, 2015 at 01:43:33 UTC by Felipe CorrĂȘa da Silva Sanches |
|---|
| added a comment regarding the video chip used in this board. |
| [src/mess/drivers] | banctec.c |
| r243141 | r243142 | |
|---|---|---|
| 52 | 52 | MCFG_CPU_ADD("maincpu", M6805, 4000000) /* 4000000? */ |
| 53 | 53 | MCFG_CPU_PROGRAM_MAP(banctec_mem) |
| 54 | 54 | |
| 55 | // The video signal is generated by a R6545EAP character generator chip | |
| 56 | // The U20 EPROM holds the image data for the character set. | |
| 57 | ||
| 55 | 58 | #if 0 |
| 56 | 59 | /* video hardware */ |
| 57 | 60 | MCFG_SCREEN_ADD("screen", LCD) |
| https://github.com/mamedev/mame/commit/eff2dba6c28d242c544f15f576a4caf3c5188853 |
| Previous | 199869 Revisions | Next |