Previous 199869 Revisions Next

r19690 Wednesday 19th December, 2012 at 19:41:28 UTC by Angelo Salese
Preliminary 2dd support for PC-9801RS
[src/mess/drivers]pc9801.c

trunk/src/mess/drivers/pc9801.c
r19689r19690
9797    - Quarth: should do a split screen effect, it doesn't hence there are broken gfxs
9898    - Quarth: uploads a PCG charset
9999    - Runner's High: wrong double height on the title screen;
100   - Sorcerian, Twilight Zone 3: Fails initial booting, issue with 2dd irq?
100101    - Uchiyama Aki no Chou Bangai: keyboard irq is fussy (sometimes it doesn't register a key press);
101102    - Uno: uses EGC
102103
r19689r19690
19731974    ---- ---x select irq
19741975    */
19751976
1976//  machine().device<floppy_connector>("upd765_2hd:0")->get_device()->set_rpm(data & 0x02 ? 360 : 300);
1977//  machine().device<floppy_connector>("upd765_2hd:1")->get_device()->set_rpm(data & 0x02 ? 360 : 300);
1977   machine().device<floppy_connector>("upd765_2hd:0")->get_device()->set_rpm(data & 0x02 ? 360 : 300);
1978   machine().device<floppy_connector>("upd765_2hd:1")->get_device()->set_rpm(data & 0x02 ? 360 : 300);
19781979
19791980   machine().device<upd765a_device>("upd765_2hd")->set_rate(data & 0x02 ? 500000 : 250000);
19801981

Previous 199869 Revisions Next


© 1997-2024 The MAME Team