trunk/src/mess/drivers/pc9801.c
| r24688 | r24689 | |
| 93 | 93 | - Quarth: should do a split screen effect, it doesn't hence there are broken gfxs |
| 94 | 94 | - Princess Maker 2: mouse is buggy; |
| 95 | 95 | - Princess Maker 2: screen transitions are very ugly (btanb?) |
| 96 | | - Puzznic: trips illegal irq 0x41 (?), prints an error on screen. |
| 96 | - Puzznic: trips illegal irq 0x41 (?), prints an error on screen. (PC-9801RS only, writes an 1 to 0x69d2f for whatever reason, almost surely a btanb) |
| 97 | 97 | - Runner's High: wrong double height on the title screen; |
| 98 | 98 | - Sorcerian, Twilight Zone 3: Fails initial booting, issue with 2dd irq? |
| 99 | 99 | - The Incredible Machine: hangs at main menu (YM mis-fires irq?) |
| r24688 | r24689 | |
| 3719 | 3719 | MCFG_CPU_IO_MAP(pc9801ux_io) |
| 3720 | 3720 | MCFG_80286_A20(pc9801_state, pc9801_286_a20) |
| 3721 | 3721 | MCFG_CPU_VBLANK_INT_DRIVER("screen", pc9801_state, pc9801_vrtc_irq) |
| 3722 | |
| 3723 | // MCFG_I8237_REPLACE("i8237", 10000000, pc9801rs_dmac_intf) // unknown clock |
| 3722 | 3724 | MACHINE_CONFIG_END |
| 3723 | 3725 | |
| 3724 | 3726 | static MACHINE_CONFIG_DERIVED( pc9801bx2, pc9801rs ) |
trunk/hash/pc98.xml
| r24688 | r24689 | |
| 7227 | 7227 | </part> |
| 7228 | 7228 | </software> |
| 7229 | 7229 | |
| 7230 | <software name="karateka" supported="yes"> |
| 7231 | <description>Karateka</description> |
| 7232 | <year>1988</year> |
| 7233 | <publisher>Broderbund Japan / Masternet Inc.</publisher> |
| 7234 | <part name="flop1" interface="floppy_5_25"> |
| 7235 | <dataarea name="flop" size="0x138fb0"> |
| 7236 | <rom name="karateka.d88" size="0x138fb0" crc="d762d4d1" sha1="fb9331c301dd641c3398090330ba906b173c2020" offset="0" /> |
| 7237 | </dataarea> |
| 7238 | </part> |
| 7239 | </software> |
| 7240 | |
| 7230 | 7241 | <!-- |
| 7231 | 7242 | TODO: other two disks, in .nfd format |
| 7232 | 7243 | <software name="kawaisou"> |
| r24688 | r24689 | |
| 11291 | 11302 | </part> |
| 11292 | 11303 | </software> |
| 11293 | 11304 | |
| 11305 | <software name="puyopuyo" supported="yes"> |
| 11306 | <description>Puyo Puyo</description> |
| 11307 | <year>1993</year> |
| 11308 | <publisher>Compile</publisher> |
| 11309 | <part name="flop1" interface="floppy_5_25"> |
| 11310 | <dataarea name="flop" size="0x135000"> |
| 11311 | <rom name="puyopuyo a.fdi" size="0x135000" crc="6fe2a103" sha1="bd9aceddd7a3fe62fe0512e5e917784980990f74" offset="0" /> |
| 11312 | </dataarea> |
| 11313 | </part> |
| 11314 | <part name="flop2" interface="floppy_5_25"> |
| 11315 | <dataarea name="flop" size="0x135000"> |
| 11316 | <rom name="puyopuyo b.fdi" size="0x135000" crc="25ae69f4" sha1="f3d05b353db9ae298c80721a921591a61bf91e3e" offset="0" /> |
| 11317 | </dataarea> |
| 11318 | </part> |
| 11319 | </software> |
| 11320 | |
| 11294 | 11321 | <software name="puzznic"> |
| 11295 | 11322 | <description>Puzznic</description> |
| 11296 | | <year>19??</year> |
| 11297 | | <publisher>Taito</publisher> |
| 11323 | <year>1990</year> |
| 11324 | <publisher>Taito / Broderbund</publisher> |
| 11298 | 11325 | <part name="flop1" interface="floppy_5_25"> |
| 11299 | 11326 | <dataarea name="flop" size="0x135000"> |
| 11300 | 11327 | <rom name="puzznic.fdi" size="0x135000" crc="fd475bfe" sha1="7df354065c861db5e47100a3a7dfd35e47abd7fe" offset="0" /> |