trunk/src/emu/bus/nes/pt554.c
| r242867 | r242868 | |
| 7 | 7 | Visit http://mamedev.org for licensing and usage restrictions. |
| 8 | 8 | |
| 9 | 9 | |
| 10 | | Here we emulate the following Bandai PT-554 PCB (a CNROM PCB + ADPCM sound chip) |
| 10 | Here we emulate the following Bandai PT-554 PCB (a CNROM PCB + LPC / PARCOR speech synthesis chip) |
| 11 | 11 | |
| 12 | 12 | TODO: |
| 13 | 13 | - emulate the mat controller |
| r242867 | r242868 | |
| 52 | 52 | Bandai PT-554 board emulation |
| 53 | 53 | |
| 54 | 54 | This is used by Aerobics Studio. It is basically a CNROM board |
| 55 | | with an Mitsubishi M50805 sound chip with an internal ROM which |
| 56 | | is not dumpable at the moment |
| 55 | with an Mitsubishi M50805 LPC / PARCOR speech synthesis chip |
| 56 | with internal tables stored in ROM which have not yet been dumped. |
| 57 | 57 | |
| 58 | 58 | iNES: mapper 3? |
| 59 | 59 | |