mirror of
https://github.com/libretro/FBNeo.git
synced 2024-11-26 18:40:26 +00:00
add driver for kiki kaikai, kick 'n run (mexico86), update whatsnew
This commit is contained in:
parent
4478139a6b
commit
664452cafc
@ -44,7 +44,7 @@ drvsrc = d_arcadecl.cpp d_atarig1.cpp d_badlands.cpp d_batman.cpp d_blstroid.cp
|
||||
d_turbo.o d_xbrd.o d_ybrd.o d_zaxxon.o \
|
||||
\
|
||||
d_arkanoid.o d_ashnojoe.o d_asuka.o d_bublbobl.o d_chaknpop.o d_crbaloon.o d_darius2.o d_darkmist.o d_exzisus.o d_flstory.o d_groundfx.o d_gunbuster.o d_jollyjgr.o \
|
||||
d_ksayakyu.o d_lkage.o d_minivdr.o d_msisaac.o d_othunder.o d_qix.o d_retofinv.o d_rollrace.o d_slapshot.o d_ssrj.o d_superchs.o d_supridr.o d_taitob.o \
|
||||
d_ksayakyu.o d_lkage.o d_mexico86.o d_minivdr.o d_msisaac.o d_othunder.o d_qix.o d_retofinv.o d_rollrace.o d_slapshot.o d_ssrj.o d_superchs.o d_supridr.o d_taitob.o \
|
||||
d_taitoh.o d_taitof2.o d_taitof3.o d_taitol.o d_taitomisc.o d_taitosj.o d_taitox.o d_taitoz.o d_tnzs.o d_undrfire.o d_wyvernf0.o \
|
||||
\
|
||||
d_batrider.o d_batsugun.o d_battleg.o d_bbakraid.o d_dogyuun.o d_enmadaio.o d_fixeight.o d_ghox.o d_kbash.o d_kbash2.o d_mahoudai.o d_pipibibs.o \
|
||||
|
1357
src/burn/drv/taito/d_mexico86.cpp
Normal file
1357
src/burn/drv/taito/d_mexico86.cpp
Normal file
File diff suppressed because it is too large
Load Diff
@ -315,6 +315,10 @@
|
||||
<li>Fix crash issue with Tecmo Bowl when playing via Keyboard [dink]</li>
|
||||
<li>Add RESET Line to Z80 cpu interface [dink]</li>
|
||||
<li>Fix graphics issues in Superior Soldiers (background gfx) and Gun Force (titlescreen) on Irem m92 [dink]</li>
|
||||
<li>Fix Localisation Template [Barry]</li>
|
||||
<li>Sync romsets with MAME 0.207 [Barry]</li>
|
||||
<li>Fix 2p controller on Colecovision [dink]</li>
|
||||
<li>Fix sound in Baseball Stars and NAM-1975 when using alternate MVS bioses [dink]</li>
|
||||
<li> []</li>
|
||||
</ul>
|
||||
<!-- new drivers -->
|
||||
@ -395,6 +399,8 @@
|
||||
<li>Added driver for Taito's Ground Effects / Super Ground Effects [iq_132, dink]</li>
|
||||
<li>Added driver for Liberation, Boomer Rang'r and Kamikaze Cabbie by DataEast [iq_132]</li>
|
||||
<li>Added driver for Taito's Under Fire and Chase Bombers [iq_132, dink]</li>
|
||||
<li>Added driver for Taito's Qix, Zookeeper, Slither, Space Dungeon, Complex X, Kram and The Electric Yo-Yo [iq_132, dink]</li>
|
||||
<li>Added driver for Taito's Kiki KaiKai/Knight Boy and Kick and Run/Mexico '86 [iq_132, dink]</li>
|
||||
</ul>
|
||||
<!-- new game additions to existing drivers -->
|
||||
<h4>New additions / updates to existing drivers</h4>
|
||||
|
Loading…
Reference in New Issue
Block a user