Commit Graph

6419 Commits

Author SHA1 Message Date
dinkc64 f7faa73ce8 d_atarig1: hydra/pitfighter. hook up analogs for hydra, add states for rle 2018-11-24 00:25:16 -05:00
dinkc64 a2786847e1 joyprocess device: ProcessAnalog() make it nicer to add linear / pedal-types. Analog or digital buttons can be mapped to it (depending of flags used) 2018-11-23 23:14:33 -05:00
dinkc64 d5bc8e36b8 OOPS, makefile derp. 2018-11-23 09:57:34 -05:00
iq_132 529ae0798c Update Prehistoric Isle a bit. 2018-11-22 23:43:44 -05:00
dinkc64 fd327e9aa9 remove pre90s/d_gauntlet.cpp (moved to atari/d_gauntlet.cpp) 2018-11-22 00:22:09 -05:00
dinkc64 d316f50686 add preliminary/WIP atari drivers and devices. driver status in WHATSNEW.* file residing in the drv/atari directory. none of these games should be considered working/playable until the WIP is done, and some may even corrupt memory and/or ini files. be warned :) 2018-11-22 00:13:39 -05:00
Barry Harris 8a9dadf005 Add clone of Shinobi [Barry, Brian Troha] 2018-11-21 09:39:24 +00:00
dinkc64 d66b778624 d_dkong: dkongx (donkey kong II) - fix eeprom saves, fix savestates. dkong3: fix audio glitch while using states, slight clean 2018-11-20 08:21:22 -05:00
dinkc64 d2812a5797 d_blueprnt: fix Grasspin, fix saturnzi (Saturn) input issue, clean up driver a little 2018-11-17 19:13:21 -05:00
dinkc64 cc978ff7ce cps3: jojoba hit counter revisited, hitcounter wraps around to the other side issue (w/side effect of possible speedup) 2018-11-16 23:05:40 -05:00
dinkc64 1563c290a3 konami: fix end-of-level player shadow issue in The Simpsons 2018-11-16 21:58:52 -05:00
Barry Harris 0449c80e11 Fix sound in sf2ea 2018-11-16 21:14:32 +00:00
dinkc64 daf30e9274 irem m92: fix uccopsar end-of-level sprite masking issue & hopefully don't break anything else. 2018-11-16 09:53:10 -05:00
Barry Harris 4df05c4747 Add clone of Street Fighter 2 [Barry] 2018-11-15 10:17:53 +00:00
Barry Harris 21bb0131a7 Merge branch 'master' of https://github.com/barry65536/FBAlpha 2018-11-15 09:42:11 +00:00
dinkc64 21ceebb995 tilemap_generic.cpp: clip clip derp pt.2: of partial updates and things 2018-11-13 07:18:56 -05:00
dinkc64 37227d8528 slapstic dev update 2018-11-09 23:35:41 -05:00
dinkc64 91dac38ccb d_cps1: coversion :) 2018-11-09 23:33:06 -05:00
dinkc64 c3e2c62dd6 d_sys1: mark blockgal as breakout, fix crash when roms missing, slight clean 2018-11-08 08:16:12 -05:00
dinkc64 0ef94c71f3 Merge branch 'master' of https://github.com/barry65536/FBAlpha 2018-11-07 23:41:35 -05:00
dinkc64 0359ba90b6 d_suna16, fix dac issues in back street soccer, remove bad gfx note, small update to driver 2018-11-07 23:40:19 -05:00
Barry Harris c37642ff36 Merge branch 'master' of https://github.com/barry65536/FBAlpha 2018-11-07 12:50:17 +00:00
Barry Harris ecc3841b77 Doh 2018-11-07 12:50:15 +00:00
Barry Harris 406e629814
Merge pull request #2 from RagingNoob/master
Changes to CPS1 and CPS2 CPU speeds for certain roms
2018-11-07 09:14:58 +00:00
RN 6eaad09d96
Update d_cps2.cpp
game runs too fast - RN compared MAME/FBA to PCB
RN October 2018 research: adjust excessive speed to 90.5625% if 12Mhz as per: https://www.youtube.com/watch?v=RafLAkg0Wr4
	
	nCPS68KClockspeed = 10867500;
2018-11-07 08:20:25 +00:00
RN 0d7beb146b
Update d_cps1.cpp
game runs too fast - RN compared MAME/FBA to PCB
 RN October 2018 research: adjust excessive speed to 65.83% of 12Mhz as per: https://www.youtube.com/watch?v=HyL87eswe8M
	
	nCPS68KClockspeed = 7900000;
2018-11-07 08:18:21 +00:00
Barry Harris 5d4fa70fa9 Add bootleg of Warriors of Fate (wofabl) [Barry] 2018-11-06 13:38:31 +00:00
Barry Harris 10007b09b2 sf2en game title update 2018-11-06 09:19:26 +00:00
dinkc64 06998114a5 taito/d_asuka.cpp: earthjkr patch for last level scrolling issue due to bad dump/bitrot [Haze] 2018-11-04 07:56:03 -05:00
dinkc64 5d9287d163 neogeo: allow viewing of palette 2018-11-03 21:56:31 -04:00
dinkc64 d164941db5 cave/d_mazinger: add highscore (barbudreadmon), some updates 2018-11-02 19:17:25 -04:00
dinkc64 cf6d780a31 watchdog device: add *ResetEnable() for games that need watchdog enabled at reset. 2018-11-02 19:06:12 -04:00
Barry Harris a0a2406277 Sync with MAME 0.203 2018-11-01 12:12:19 +00:00
dinkc64 b6431a222d add SEK_REG_PPC to SekDbgGetRegister() 2018-10-31 22:11:19 -04:00
dinkc64 2819d1c6d8 d_nmk16: get hachamf parent to boot (its still broken due to unhandled protection), but at least it boots now. +experimental vector resize stuff, not currently in a workable state.. but I have to commit this because git is being stupid 2018-10-31 19:05:15 -04:00
Barry Harris 79a6224202 Add clone of Street Fighter 2 [Barry, Chris Gleed] 2018-10-31 13:27:39 +00:00
Barry Harris 09a2d70ff5 Add clone of Street Fighter 2 [Barry, Erik Preston] 2018-10-31 13:16:59 +00:00
Barry Harris 278d417f0a Add clone of Super Street Fighter II - the tournament battle [Barry] 2018-10-31 12:01:47 +00:00
Barry Harris 30b26d3f1d Merge branch 'master' of https://github.com/barry65536/FBAlpha 2018-10-31 11:48:32 +00:00
Barry Harris e2b433dffe Add bootleg of World Cup '90 (twcup90bb) [Barry, Roberto Fresca, Martin Mejia Britez] 2018-10-31 11:48:29 +00:00
dinkc64 48f58519c2 Merge branch 'master' of https://github.com/barry65536/FBAlpha 2018-10-30 19:54:12 -04:00
dinkc64 79c630f42c d_nmk16: add hachamfp location test prototype 2018-10-30 19:52:43 -04:00
Barry Harris 0f3e596146 Update libpng to 1.6.35 2018-10-30 13:34:07 +00:00
Barry Harris 204020731a Tidy makefile
Max width 160 chars
2018-10-30 12:12:01 +00:00
Barry Harris f7b18fc78c Move some makefile entries to the correct places 2018-10-30 11:56:44 +00:00
Barry Harris c15e938504 Fix GCC 7.2.0 warnings
Rename global variable gfxdata to GenericGfxData
2018-10-30 11:48:15 +00:00
Barry Harris d60f0c818f Fix MSYS2 compile 2018-10-30 11:06:49 +00:00
dinkc64 a2fa92953c vid_interface: only re-malloc pVidTransImage if we're using it in the first place 2018-10-29 23:36:33 -04:00
dinkc64 50fb5cb33b vector: add clipping for bzone, bzone: fix bzonec set, genre-ize a few different recent drivers, some updates to tilemap/bitmap support 2018-10-28 23:45:29 -04:00
dinkc64 a838dfad0b pst90s/d_namcos2: fix japanese text colors in sws92, sws93 2018-10-26 22:07:16 -04:00