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
dinkc64
9cce13ff1b
d_route16: mark jongpute as not working
2018-10-26 20:43:56 -04:00
dinkc64
cb4e71f81d
d_mystwarr/martchmp: document some unhandled read/writes for later
2018-10-25 23:34:54 -04:00
dinkc64
f2c55d3be2
fix indentation warning in gcc7+
2018-10-25 08:58:50 -04:00
dinkc64
085b393fea
some updates to make it easier for libretro to stay in sync
2018-10-24 21:46:10 -04:00
Kev
d512fa8cf3
possibly another leaky fp
2018-10-23 18:41:11 +01:00
Kev
0d64b750b7
Move fclose to safer place
2018-10-23 18:35:22 +01:00
Kevin Armstrong
eba76eb76f
Add link to license.txt
...
Not sure this is the best long term solution...
2018-10-23 18:22:07 +01:00
dinkc64
ae4b5db153
d_dec0: some updates to the slyspy/bouldash sound section
2018-10-23 10:24:00 -04:00
dinkc64
ee95da84e8
Merge pull request #1 from arcadez/patch-1
...
Metal Freezer fix difficulty dip switch settings
2018-10-23 10:10:13 -04:00
arcadez
939b859a1d
Metal Freezer fix difficulty dip switch settings
2018-10-23 14:43:53 +01:00