Previous 199869 Revisions Next

r24689 Saturday 3rd August, 2013 at 00:14:58 UTC by Angelo Salese
Added Karateka, Puyo Puyo
[hash]pc98.xml
[src/emu/sound]2608intf.c
[src/mess/drivers]pc9801.c

trunk/src/emu/sound/2608intf.c
r24688r24689
148148   const ay8910_interface *ay8910_config = m_ay8910_config != NULL ? m_ay8910_config : &default_ay8910_config;
149149
150150   m_irq_handler.resolve();
151   /* FIXME: Force to use simgle output */
151   /* FIXME: Force to use single output */
152152   m_psg = ay8910_start_ym(this, ay8910_config);
153153   assert_always(m_psg != NULL, "Error creating YM2608/AY8910 chip");
154154
trunk/src/mess/drivers/pc9801.c
r24688r24689
9393    - Quarth: should do a split screen effect, it doesn't hence there are broken gfxs
9494    - Princess Maker 2: mouse is buggy;
9595    - 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)
9797    - Runner's High: wrong double height on the title screen;
9898    - Sorcerian, Twilight Zone 3: Fails initial booting, issue with 2dd irq?
9999   - The Incredible Machine: hangs at main menu (YM mis-fires irq?)
r24688r24689
37193719   MCFG_CPU_IO_MAP(pc9801ux_io)
37203720   MCFG_80286_A20(pc9801_state, pc9801_286_a20)
37213721   MCFG_CPU_VBLANK_INT_DRIVER("screen", pc9801_state, pc9801_vrtc_irq)
3722
3723//   MCFG_I8237_REPLACE("i8237", 10000000, pc9801rs_dmac_intf) // unknown clock
37223724MACHINE_CONFIG_END
37233725
37243726static MACHINE_CONFIG_DERIVED( pc9801bx2, pc9801rs )
trunk/hash/pc98.xml
r24688r24689
72277227      </part>
72287228   </software>
72297229
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
72307241<!--
72317242TODO: other two disks, in .nfd format
72327243   <software name="kawaisou">
r24688r24689
1129111302      </part>
1129211303   </software>
1129311304
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
1129411321   <software name="puzznic">
1129511322      <description>Puzznic</description>
11296      <year>19??</year>
11297      <publisher>Taito</publisher>
11323      <year>1990</year>
11324      <publisher>Taito / Broderbund</publisher>
1129811325      <part name="flop1" interface="floppy_5_25">
1129911326         <dataarea name="flop" size="0x135000">
1130011327            <rom name="puzznic.fdi" size="0x135000" crc="fd475bfe" sha1="7df354065c861db5e47100a3a7dfd35e47abd7fe" offset="0" />

Previous 199869 Revisions Next


© 1997-2024 The MAME Team