trunk/src/mame/drivers/aristmk5.c
| r19503 | r19504 | |
| 420 | 420 | }; |
| 421 | 421 | #endif |
| 422 | 422 | |
| 423 | /* TODO: this isn't supposed to access a keyboard ... */ |
| 424 | static AAKART_INTERFACE( kart_interface ) |
| 425 | { |
| 426 | DEVCB_NULL, |
| 427 | DEVCB_NULL |
| 428 | }; |
| 429 | |
| 423 | 430 | static MACHINE_CONFIG_START( aristmk5, aristmk5_state ) |
| 424 | 431 | MCFG_CPU_ADD("maincpu", ARM, 12000000) |
| 425 | 432 | MCFG_CPU_PROGRAM_MAP(aristmk5_drame_map) |
| 426 | 433 | MCFG_WATCHDOG_TIME_INIT(attotime::from_seconds(2)) /* 1.6 - 2 seconds */ |
| 427 | 434 | |
| 428 | 435 | // MCFG_I2CMEM_ADD("i2cmem",i2cmem_interface) |
| 429 | | // MCFG_AAKART_ADD("kart", 12000000) // TODO: frequency |
| 436 | MCFG_AAKART_ADD("kart", 12000000/128, kart_interface) // TODO: frequency |
| 430 | 437 | |
| 431 | 438 | MCFG_SCREEN_ADD("screen", RASTER) |
| 432 | 439 | MCFG_SCREEN_REFRESH_RATE(60) |
trunk/src/mess/drivers/pc9801.c
| r19503 | r19504 | |
| 40 | 40 | - AD&D Champions of Krynn |
| 41 | 41 | - AI Shougi (asserts upon loading) |
| 42 | 42 | - Aoki Ookami no Shiroki Mejika - Gengis Khan |
| 43 | - Arcshu |
| 43 | 44 | - Bokosuka Wars |
| 44 | 45 | - Dokkin Minako Sensei (2dd image) |
| 45 | 46 | - Jangou 2: floppy fails to load after the title screen; |
| r19503 | r19504 | |
| 58 | 59 | - Anniversary - Memories of Summer: thinks that a button is pressed; |
| 59 | 60 | - Another Genesis: fails loading; |
| 60 | 61 | - Apple Club 1: how to pass an hand? |
| 61 | | (Applesauce Pirates) |
| 62 | - Arctic: keyboard doesn't work? |
| 62 | 63 | |
| 63 | 64 | - Dragon Buster: slight issue with window masking; |
| 64 | 65 | - Far Side Moon: doesn't detect sound board (tied to 0x00ec ports) |