taoenwen
f2836bda34
d_cps1 : update dino series hack
...
dinotj update to 20240629
dinoss update to 20240629
dinoplus update to 20240629
dinojd update to 20240406
dinoxz update to 20240629
2024-07-05 23:37:41 +08:00
dinkc64
1150543952
Merge branch 'master' of https://github.com/finalburnneo/FBNeo
2024-07-05 09:38:19 -04:00
dinkc64
1a0495a8bd
speccy update
2024-07-05 09:38:11 -04:00
Igor-Arabe
ce01173660
d_neogeo: kof94te ( #1827 )
...
kof94te version 1.4.1
KOF'95 style portraits
2024-07-05 21:35:51 +08:00
barbudreadmon
0c26855e38
d_cps2: add Marvel Super Heroes Vs. Street Fighter (Coop, Hack)
2024-07-05 15:17:48 +02:00
taoenwen
2b28a855a2
d_cps1 : update captcmmy to 20240705
2024-07-05 20:50:11 +08:00
taoenwen
1304db8d23
win32/ips_manager : Prohibit unintentional startup
2024-07-04 22:31:37 +08:00
taoenwen
8255c0d5ac
d_jackal : correct GFX ROMs for the jackalr [Osso13]
...
dumped correct GFX ROMs for the jackalr set [Bill D., Brian Troha, The Dumping Union]
2024-07-04 16:09:54 +08:00
taoenwen
a49507a07e
d_kaneko16 : New working clones [Osso13]
...
Great 1000 Miles Rally 2 USA (95/07/11) [twistedsymphony, The Dumping Union]
2024-07-04 14:37:56 +08:00
taoenwen
8934738368
d_cps1 : Reset the variable "Knightsh" to 0 when DrvExit()
2024-07-03 23:01:18 +08:00
taoenwen
18e85a87df
cps-1 : fix input & dip for dino & wof & knights series
...
Getting P3's Fire 3 to actually work;
Remove wofsjc (identical to wofabla).
2024-07-03 22:36:18 +08:00
Igor-Arabe
690863cf5a
d_cps2: sf3zmix samples ( #1826 )
...
removed "nodump" flag from L1B/R1B (evil ryu theme)
2024-07-02 18:11:33 -04:00
Igor-Arabe
b42cac7d87
d_cps2: sfz3mix ( #1825 )
...
updated to 0.31
2024-07-01 20:24:46 -04:00
taoenwen
5050a29a33
d_nmk16 : dolmenk better fixes [dink]
2024-07-01 14:02:05 +08:00
taoenwen
412381e3b0
d_nmk16 : Fix button 1 & 2 not working for dolmenk doreset
2024-07-01 13:17:52 +08:00
taoenwen
c5f118e6a4
d_nmk16 : Fix button 1 & 2 not working
2024-07-01 12:53:06 +08:00
dinkc64
023b5adb88
nes update from gab75
2024-06-30 09:36:01 -04:00
taoenwen
008272b6d1
d_seta & d_seta2 : acknowledge Nihon System as publisher for pairlove [angelosa]
2024-06-30 17:20:36 +08:00
taoenwen
b7e9898d8e
d_cps1 : sf2ceupl UPL bootleg is speculation league, mark it as such [angelosa]
2024-06-30 17:06:37 +08:00
taoenwen
80d288e34d
d_nmk16 : New working clones [Osso13]
...
Goindol (Afega) [playero]
2024-06-30 16:35:45 +08:00
taoenwen
27bd61c3bc
d_capbowl : Fix bowlrama's comments
2024-06-30 15:14:34 +08:00
taoenwen
b4bcd76e61
d_nemesis : Add a Tecfri licensed version of Salamander [clawgrip]
2024-06-30 15:07:02 +08:00
taoenwen
eca716b088
dataeast : bulk replace Data East -> Data East Corporation where known to be displayed with that form [angelosa]
2024-06-30 14:27:11 +08:00
Igor-Arabe
c7bea872c0
capcom-megadrive: add some hacks... ( #1823 )
...
* d_megadrive: add some sor2 hacks
1. River City Girls... of Rage
2. Streets of Rage 2 - Cadillacs and Dinosaurs edition
3. X-Men of Rage
* d_cps1: add sf2gm
2024-06-29 20:24:48 -04:00
dinkc64
f1ffc858bd
feat(lua): Fix registersave/load hooks. Add value to memwatch callbacks [NBeing]
...
Right now the emu.registersave and emu.registerload hooks do not work at all from within lua. They will only fire if you use fbneos menu to save and load states, as opposed to e.g. savestate.load("my_savestate") or savestate.save("my_savestate") do not trigger the hook. I've added a quick hack to get them to trigger.
savestate.registersave(function(slot,)
print("Registered save", slot)
end)
savestate.registerload(function(slot)
print("Registered load", slot)
end)
Should now work.
Second:
The lua memhooks for "ramwatch" (e.g. memory.registerread() , memory.registerwrite() ) etc do not currently return the current value at the address. Added the value (which was already in scope). Right now, if you tried to something like this, you would get the value from the previous frame.
memory.registerwrite(0xFF8800, function(address, size)
memory.readbyte(0xFF8800)
end)
This will get you the correct value at the time when the breakpoint fires.
memory.registerwrite(0xFF8800, function(address, size, value)
print(value)
end)
2024-06-29 01:15:11 -04:00
Igor-Arabe
3836d20093
Some changes in nes/pre90s ( #1822 )
...
* d_nes: ghostsngoblins / ghostsngoblinsh fixes
d_nes - ghostsngoblins / ghostsngoblinsh: removed "NI 1.3" from header.
"NI 1.3 is the watermark of an old tool called NES Image converter." (by noone).
* pre90s: d_pacman d_tsamurai
d_pacman - mspacmane2: correct size for 'mpe6.6m' (checked in fbneo and rom manager).
d_tsamurai - alphaxz: changed "m660" to NULL, coz alphaxz is a parent ROM.
2024-06-29 10:25:27 +08:00
dinkc64
787b134c5a
fix wownfant softlock
2024-06-28 21:12:46 -04:00
taoenwen
07ba354e20
d_pacman : redumped PROMs for mspacmane and pacmanmr [IZ8DWF]
2024-06-28 16:48:03 +08:00
taoenwen
21400a156e
d_shisen : add Irem M80 clones
2024-06-28 15:07:34 +08:00
dinkc64
398703c983
kaillera test
2024-06-28 01:35:35 -04:00
dinkc64
451ef811af
don't break dat for ngp/ngpc
2024-06-28 00:48:21 -04:00
taoenwen
9ae384c592
d_vampire : corrected some PCB locations, added edge connector pinout [Brian Troha]
2024-06-28 10:55:22 +08:00
taoenwen
1e17d35a00
d_shisen : add Match It (bootleg)
2024-06-28 10:49:09 +08:00
taoenwen
0138b4ce0a
d_expro02 : New working clones
...
Miss World 2002 [system11, Brian Troha, The Dumping Union]
WOW New Fantasia [system11, The Dumping Union]
2024-06-28 10:14:07 +08:00
dinkc64
99110022fb
ngp,ngpc differentiation
2024-06-27 20:18:11 -04:00
dinkc64
22eb00d6d1
image.cpp, deal with alpha opacity a bit better
2024-06-27 01:28:38 -04:00
dinkc64
81aec0970e
image.cpp, deal with problematic alpha opacity with bezelwip
2024-06-27 01:22:21 -04:00
taoenwen
af748ea5cf
d_asuka : fix jigkmgri fullnameA
2024-06-27 00:14:50 +08:00
taoenwen
8361cb318e
d_pitnrun : fix pitnruna rom label
2024-06-27 00:08:58 +08:00
taoenwen
fa14b49c0e
New working clones
...
Jigoku Meguri (Japan) [Brian Troha]
- various Taito drivers: updated game titles to include the revision, where known [Brian Troha]
2024-06-26 23:59:49 +08:00
taoenwen
46be6b2659
d_asteroids : New working clones
...
Aerolitos Espaciales [Heckler, jordigahan]
2024-06-26 22:05:39 +08:00
taoenwen
fd634e1ea1
Merge branch 'master' of https://github.com/finalburnneo/FBNeo
2024-06-26 21:52:25 +08:00
taoenwen
134c0e9d72
d_neogeo : samsho2pe update again
2024-06-26 21:52:07 +08:00
dinkc64
d4aa5c95fd
bring tree back to reality
2024-06-26 09:18:46 -04:00
taoenwen
cb77e2b44d
d_neogeo : update samsho2pe to 20240626 (v2.1)
2024-06-26 19:14:21 +08:00
Igor-Arabe
b0adfb09b8
d_neogeo: kof94te ( #1819 )
...
updated to version 1.4.0
2024-06-25 21:18:15 +08:00
taoenwen
cdadfcc944
d_galaxian : Dumped PROM for "catacomb" [Arcadedealer aka Edgar Solé aka Dios, Recreativas.org]
2024-06-25 16:07:33 +08:00
taoenwen
509d6965f3
d_seta : remove character design crediting across manufacturer fields [angelosa]
2024-06-25 16:02:47 +08:00
taoenwen
3c901ae278
d_tsamurai : make alphaxz a parent set [angelosa]
2024-06-25 15:53:50 +08:00
taoenwen
fe0cbc21e6
Bulk replace Euro -> Europe in Arcade GAME descriptions [angelosa]
2024-06-25 15:44:50 +08:00