nattthebear
e9c04b1951
adjust some documentation written for the former Yabause core
2017-07-29 08:33:38 -04:00
nattthebear
7996f5dfbc
snes9x: Don't set virtual size of 0 on frame 0
2017-07-29 08:24:03 -04:00
adelikat
89b57288e7
Cheat Code Converter - when creating NES game genie codes with a compare value, set comparison type to Equals, instead of relying on "None" to default to Equals
2017-07-28 18:13:32 -05:00
zeromus
29191a5468
fix *n syntax in kopilua. fixes #940 .
...
If it doesn't work, use \r\n (I can't remember for sure now, but I think '\n' will work).
2017-07-27 23:54:34 -05:00
zeromus
bd806d60d9
psx - add ps_22d as option for (J) region bios
2017-07-27 23:24:31 -05:00
zeromus
c078375987
update PeNet to throw PeNetException instead of Exception
2017-07-27 22:51:48 -05:00
zeromus
94e2fe2a10
fix displaymanager crashes when rebooting snes9x (and maybe others) while paused (due to unset virtualsize).
2017-07-27 22:42:13 -05:00
zeromus
b5db09dea9
add a PSX bios to the (E) list (addresses #941 )
2017-07-26 22:44:06 -05:00
alyosha-tas
efcb73615b
A7800Hawk: Add Light Gun Support
...
-Needs testing
2017-07-26 09:28:14 -04:00
alyosha-tas
6bc1befc5b
A7800Hawk: Add Light Gun Support
...
-Needs testing
2017-07-26 09:26:37 -04:00
alyosha-tas
773a70c125
A2600: Fix bitmap demo atext.bin
...
Gotta stay on par with Stella!
2017-07-26 09:17:08 -04:00
nattthebear
2329ebbe62
Sameboy SGB: allow hiding beautiful borders. Closes #938
2017-07-25 17:16:12 -04:00
nattthebear
06a369dbe2
PeRunner: Ignore writev iovecs with base == NULL. This seems to be what linux does and musl expects on fflush(). Fixes some saveram related stuff in sameboy
2017-07-25 17:02:59 -04:00
alyosha-tas
04b605005b
A7800Hawk: Maria update DMA cycles
...
-The current limit is One on One Basketball, which uses 400 DMA cycles
2017-07-25 11:51:04 -04:00
alyosha-tas
36585213c8
A7800Hawk: Update timing
2017-07-25 11:30:53 -04:00
alyosha-tas
e4d66c52f5
A7800Hawk: Maria Updates
...
-Improve performance
-Fix some DMA timing issues
2017-07-25 11:01:55 -04:00
alyosha-tas
36c3d69d77
Update BizHawk.Emulation.Cores.csproj
2017-07-24 19:40:04 -04:00
alyosha-tas
29ae26f235
A7800Hawk: Add Fractalus mapper
2017-07-24 19:38:57 -04:00
alyosha-tas
a7a6fc6827
Update A7800Hawk.cs
...
Oops spelling
2017-07-24 19:38:21 -04:00
alyosha-tas
fb10cc4bcd
A7800Hawk: Add kangaroo mode and mappers
2017-07-24 19:36:54 -04:00
alyosha-tas
2277c58122
A7800 DB: Add some unique carts
2017-07-24 19:35:48 -04:00
alyosha-tas
42b379b486
A7800Hawk: Controller convention fixes
...
-Revert setting system ID to A78 (it broke controller selection)
-Fix some button names to match nemonics
-Fix controller names to match images (still some missing though)
2017-07-24 17:41:22 -04:00
alyosha-tas
d1a78f4fcb
Update Atari2600ControllerDeck.cs
...
- Repair controller image appearing in config -> controllers
2017-07-24 17:38:46 -04:00
alyosha-tas
ca42aac5ff
A7800Hawk: Rewrite Maria Rendering
...
- now has pixel accurate rendering
- much simpler code
2017-07-24 15:21:05 -04:00
alyosha-tas
e983fc8419
Update gamedb_a7800.txt
2017-07-24 15:16:30 -04:00
zeromus
2063122d4c
Update README.md
...
make readme.md be "cmark compatible", whatever that means (see #937 )
2017-07-24 13:55:50 -05:00
adelikat
bb1afe059e
add the .32x extension to various lists of extensions that should probably not exists in the first place, fixes file chooser from opening up on unknown .32x roms, and auto-picking a .32x rom if it is the only file in an archive
2017-07-24 12:28:49 -05:00
zeromus
f4a6e8711c
add MIT license to repository, since that's what it's always been, but add a long section describing what a mishmash this repository is -- fair warning. Fixes #933
2017-07-24 12:05:42 -05:00
adelikat
51eed83cce
lua - tastudio.getselection() - make key of the lua table an index
2017-07-24 08:44:15 -05:00
adelikat
5843ac2e79
Atari7800Hawk - make system id the same as Emu7800
2017-07-24 08:40:27 -05:00
nattthebear
4a2618470e
saturnus: three dee virtual pad fix axis
2017-07-23 19:40:20 -04:00
zeromus
3a4b9ed798
disc ID: handle data tracks with audio sectors (bad rips, in other words). should fix #928 , but since the user self-made his own bad dump, I can't verify it
2017-07-23 11:30:49 -05:00
adelikat
f050718a87
Set SameBoy to released
2017-07-23 11:10:17 -05:00
zeromus
5d22dfac0e
fix custom listview win32 structs for 64bits (not 100% sure I did this correctly)
2017-07-23 10:16:55 -05:00
zeromus
a0c84f4669
fix luainterface
2017-07-23 10:00:46 -05:00
alyosha-tas
a264fa64c2
Intellivision: small STIC clean up
2017-07-23 10:55:17 -04:00
alyosha-tas
471f931b7c
ROM Loading: keep header if game not in DB (A78)
...
-Only for A78 games for now, so the core can parse the header if it needs too
-Probably should do it for other systems as well but I don't know how it will impact them.
2017-07-23 10:26:08 -04:00
alyosha-tas
edddf8cec0
A7800Hawk: clearer loading messages
2017-07-23 10:23:12 -04:00
alyosha-tas
e872fbb7da
A7800Hawk: Fix memory domains
2017-07-23 10:07:01 -04:00
zeromus
d5770fb8a3
re-apply "keepalive" GC fixes to luainterface mode in emuhawk; maybe it will actually work now and not result in crashes. at least we should check it.
2017-07-22 23:41:30 -05:00
zeromus
abcf627e24
updated lua dlls with fixes (maybe) to GC bug
2017-07-22 23:41:30 -05:00
zeromus
759a4536a4
fix (maybe) the bad GC bug in luainterface?
2017-07-22 23:41:30 -05:00
alyosha-tas
133d92cb6e
Atari7800Hawk: Fix Controller detection
2017-07-22 21:33:21 -04:00
alyosha-tas
b696aaea4c
A7800Hawk: Fix controllers
2017-07-22 21:31:58 -04:00
adelikat
8ea7993e04
Multidisk bundler - Remove GEN as an option for now
2017-07-22 16:39:21 -05:00
nattthebear
3062b18467
gpgx: disable prev and next disk for now
2017-07-22 17:37:40 -04:00
nattthebear
f6cc4c1749
stuff
2017-07-22 17:07:27 -04:00
alyosha-tas
1033995ed6
Update Maria.cs
...
-Fixes Xenophobe
2017-07-22 14:49:08 -04:00
nattthebear
da88560815
sameboy: Fix some sgb audio issues in donkey kongs. Two problems: One, due to the HLE startup, DK starts writing audio data too early and sticks the SPC in a bad state. Two, the full transfer format for SOU_TRN doesn't seem to be documented anywhere; it's acutally a 0-terminated list of regions to upload; not just a single region.
2017-07-22 14:22:46 -04:00
alyosha-tas
39254cb0d2
A7800Hawk: Fix sound
2017-07-22 13:37:40 -04:00