Commit Graph

1567 Commits

Author SHA1 Message Date
dinkc64 4467b3ffdd Prevent crash if an error message pops up when using the rescan romset button in the rom info dialog, and the user clicks back to a previous window without clicking OK first. 2014-07-19 07:32:50 +00:00
dinkc64 d00d6471b0 sel.cpp: Make the last selected game show up in the list, when you go back to the list. 2014-07-19 05:22:32 +00:00
jackchatelet 680f54b28e d_neogeo.cpp : - added The King of Fighters '96 (Anniversary Edition 2.0.0296, EGHT hack)
- added some documentation from MAME about some neogeo dumps
2014-07-18 19:35:47 +00:00
jackchatelet 65e77dc502 added Center Court (prototype, MC-8123B) [Alan Meades, Porchy] 2014-07-18 19:04:52 +00:00
dinkc64 c9a2bd75a7 Fix gaps in the background tiles of Tokio[b] due to irq0 fireing too late in the frame 2014-07-18 03:51:24 +00:00
dinkc64 36a2fc0053 Fix sound volumes in Tokio / Scramble Formation 2014-07-15 12:01:23 +00:00
dinkc64 138b2aaac7 reduce excessive ram allocated in memindex in d_suprnova, it was added while debugging, now it must go. this change makes savestates load & save faster 2014-07-14 20:44:40 +00:00
dinkc64 6026d2cb7f Add watchdog case to mazingerWriteWord() to prevent debug scrollyosis 2014-07-14 12:15:05 +00:00
dinkc64 78c213445c Fix blank screen on savestate load w/Progear 2014-07-13 02:51:31 +00:00
dinkc64 f67b44eec1 enhancements to the rescan romset button 2014-07-12 18:39:11 +00:00
dinkc64 4f4a026429 Add Rescan Romset button to the Rom Info dialog/window. 2014-07-12 03:14:36 +00:00
Marcos Medeiros 46cabc1555 [Qt] fix bugs in DIPSwitches form. 2014-07-11 03:43:15 +00:00
Marcos Medeiros 539d420bc0 [Qt] Add 'Rescan this romset' feature. 2014-07-11 01:04:28 +00:00
dinkc64 a54d0feae2 add missing dipswitch headings to misc. toaplan games 2014-07-10 19:09:23 +00:00
dinkc64 8fb315e025 update whatsnew 2014-07-10 13:33:59 +00:00
dinkc64 92b63ce771 Add working Choplifter (unprotected) and Choplifter (bootleg), and broken Choplifter (parent) to d_sys1.cpp. Parent rom needs protection/MCU emulation to work 2014-07-10 13:10:25 +00:00
dinkc64 55ee6f7391 better re-draw playscreen when back from hibernation while paused 2014-07-09 19:09:18 +00:00
jackchatelet b24aa7749e d_tigeroad.cpp : Correct name for BPROM
added New Tiger Road (US bootleg) [NibblerWorldChampion, f205v]
2014-07-09 13:55:04 +00:00
dinkc64 d77f6a5d7d ... for neogeo 2014-07-09 04:12:47 +00:00
dinkc64 a7c3276cfa ... for konami 2014-07-09 04:02:46 +00:00
dinkc64 5967fded7d missing if (pBSO) for gal_run and d_psikyo4 2014-07-09 03:53:39 +00:00
dinkc64 a9defb96b3 missing if (pBurnSoundOut) for some toaplan drivers 2014-07-09 03:31:54 +00:00
dinkc64 ae27747823 add missing if (pBurnSoundOut) to a couple taito drivers 2014-07-09 03:15:27 +00:00
dinkc64 7384427450 add if (pBurnSoundOut) in *Frame() 2014-07-09 02:58:26 +00:00
jackchatelet fd992bb0a2 d_neogeo.cpp : update kof98ae with 214-p1ae kensou 2624+BD bug fix [mhloveke520] 2014-07-08 18:52:14 +00:00
jackchatelet c78b256ed8 d_tigeroad.cpp : Added PCB locations to the Tiger Road sets. [Bonky0013, Brian Troha]
New clone Added 
----------------------------------------------------- 
Tiger Road (US) [Bonky0013, The Dumping Union]
2014-07-08 09:29:44 +00:00
dinkc64 01d8e7ef80 Fix bad panning in Puzzle de Bowling (d_seta2.cpp) 2014-07-08 04:00:11 +00:00
dinkc64 217bb38aef tweak the sound route volumes in legendary wings and armed formation 2014-07-08 03:31:43 +00:00
dinkc64 6df92093c9 clean up an ugly work-around/fix in d_seta.cpp 2014-07-07 17:07:20 +00:00
dinkc64 09c2964f41 use memmove instead of memcpy where the src/dest overlapps to make certain versions of gcc happy 2014-07-07 16:37:55 +00:00
jackchatelet 559b64e401 Added SDI - Strategic Defense Initiative (Japan, old, System 16A, FD1089B 317-0027) [Charles MacDonald, ShouTime, The Dumping Union]
Also adds a complete dump of the FD1089B 317-0027 key!
2014-07-07 12:02:20 +00:00
jackchatelet 8e95fda385 synch d_mwarr.cpp with MAME : twinbrta --> twinbrata 2014-07-07 11:50:07 +00:00
iq_132 2d278cd63a Fix Twin Brats. 2014-07-07 04:14:06 +00:00
iq_132 f233d4191e Add driver for Mighty Warrior, Steel Force, and Twin Brats. I have been working on this since 2009.
The msm6295 improvements were for Steel Force!
2014-07-07 04:00:33 +00:00
dinkc64 5e6b009d49 squashed another little bug in PausedRedraw(); 2014-07-04 18:02:34 +00:00
Marcos Medeiros 92307f31a3 Initial Qt port. Deps: nall and ruby are included. 2014-07-03 02:59:57 +00:00
iq_132 77fefeb08d Small improvement to msm6295 core 2014-07-03 02:41:32 +00:00
dinkc64 133ddd72aa Little bug in the "redraw state status/slot while paused" function 2014-07-02 19:40:35 +00:00
dinkc64 8d0f0c263a make current whatsnew.html 2014-07-02 04:39:27 +00:00
dinkc64 fb24341a71 one last thing re: ymf278b 2014-07-01 06:12:46 +00:00
dinkc64 61959f0d9b minor tweaks to the new ymf278b 2014-06-30 19:53:17 +00:00
dinkc64 27f9ac6868 Port of the latest ymf278b chip to FBA 2014-06-30 18:11:23 +00:00
iq_132 ec136ded20 Rename d_madgear.cpp to d_lastduel.cpp. 2014-06-29 21:46:25 +00:00
dinkc64 d88627268a scan internal registers of the ymf278b 2014-06-29 05:34:31 +00:00
dinkc64 3d74c24112 log(2) -> log(2.0) in fm.c, actually makes a difference 2014-06-28 17:28:47 +00:00
dinkc64 1d9f048f7c also apply psg volume tweaks to Mutant Night and Omega Fighter 2014-06-28 03:56:43 +00:00
iq_132 22c800a59c Fix error if coin button pressed for too long 2014-06-28 03:47:51 +00:00
jackchatelet 82c4eb68c1 minor typo fixes 2014-06-27 22:17:25 +00:00
jackchatelet 790727729f synch d_m72.cpp with MAME SVN 0.153r31124 2014-06-27 22:12:59 +00:00
Barry Harris 5564a19004 remove missing from dump comments (should read the readme!) 2014-06-27 22:12:21 +00:00