zeromus
6e72e47c1c
do a thing better than crash when configfiles are corrupt. fixes #1063
2018-03-22 14:55:43 -05:00
Asnivor
da71addddd
ZXHawk: Fixed TZX block ID 0x33 deserialization (was causing some games to not be parsed properly)
2018-03-22 17:06:52 +00:00
Asnivor
bdbfc3fb4e
ZXHawk: Finally (hopefully) resolved all tape trap issues
2018-03-22 08:58:31 +00:00
alyosha-tas
be253911c6
PCE: Increase read access time even more to fix Gate of Thunder Loading
...
fixes #70
2018-03-21 18:15:51 -04:00
Asnivor
76904df015
ZXHawk: Better detect maskable interrupt used as a tape trap
2018-03-21 16:48:14 +00:00
Asnivor
0ae1910259
ZXHawk: Tweaked some of the AY-3-8912 volumes
2018-03-21 15:02:12 +00:00
Asnivor
c2d3a42a69
ZXHawk: Fixed auto-tape traps (now working properly for all games tested so far)
2018-03-21 14:23:41 +00:00
Asnivor
752bd0e35b
ZXHawk: Audio settings menu implimenting volume controls for AY, tape and buzzer
2018-03-21 12:47:10 +00:00
alyosha-tas
f86e00f925
PCE: only latch Y-scroll once per scanline after an offset.
...
The latching behaviour is correct, but I'm unsure of what the offset value should be.
fixes #771
2018-03-20 21:17:57 -04:00
Asnivor
9a9b56c69b
ZXHawk: Improvements to reset methods
2018-03-20 15:28:23 +00:00
Asnivor
cceece312d
Merge branch 'master' of https://github.com/TASVideos/BizHawk.git
2018-03-20 14:51:46 +00:00
Asnivor
beee25619d
ZXHawk: Added missing OSD Message Verbosity setting menu option
2018-03-20 14:51:33 +00:00
alyosha-tas
aa7cee1bb7
PCE: update some graphics properties
2018-03-20 10:40:14 -04:00
alyosha-tas
39e78db39c
Merge branch 'master' of https://github.com/TASVideos/BizHawk
2018-03-20 10:08:24 -04:00
alyosha-tas
8f193eb68f
PCE: Increase read delay to fix Mugen Senshi Valis fixes #554
2018-03-20 10:08:13 -04:00
Asnivor
bd319056af
Better volume levels for AY-3-8912 MONO panning configuration
2018-03-19 23:53:06 +00:00
alyosha-tas
981a31d32b
Merge pull request #1150 from TASVideos/ZXSpectrum
...
New system let's go!
2018-03-19 15:33:20 -04:00
Asnivor
683166da89
Readme update
2018-03-19 16:25:20 +00:00
Asnivor
b939c47de6
Added reset methods
2018-03-19 16:21:15 +00:00
Asnivor
e2eac983a1
Merge pull request #1149 from TASVideos/master
...
Bringing ZXSpectrum branch up to date with master
2018-03-19 15:52:55 +00:00
Asnivor
5ab7ecd4b0
A few more small changes
2018-03-19 15:34:25 +00:00
Asnivor
22656fd373
Some TapeDevice changes
2018-03-19 12:01:54 +00:00
alyosha-tas
014a652422
GBHawk: Implement SaveRam fixes 1147
2018-03-18 16:06:48 -04:00
Isotarge
b28d159023
Hex Editor: Speedup FindPrev/FindNext
2018-03-19 00:56:36 +10:30
alyosha-tas
81e80acf86
z80: make TotalExecutedCycles long and change related variables accordingly
2018-03-18 09:55:56 -04:00
alyosha-tas
549b484c21
Increase Subtitle Maker frame limit
2018-03-16 18:48:19 -04:00
adelikat
4c98ee9ab9
NESHawk - Support a couple bad dumps of Super Donkey Kong (Unl)
2018-03-16 17:35:55 -05:00
adelikat
75ae209f5c
turn off a few resharper things we don't care about
2018-03-16 17:22:18 -05:00
alyosha-tas
dbb90a996d
z80: clean up
2018-03-16 17:50:51 -04:00
Asnivor
e198e7b8a6
Removed generic settings menu
2018-03-16 15:16:33 +00:00
Asnivor
a0e2695811
UI - Added last non-sync settings menu
2018-03-16 15:12:55 +00:00
Asnivor
0ac17f2d1e
UI - added Core Emulation Settings menu
2018-03-16 14:33:18 +00:00
Asnivor
7c9c39417b
UI - added joystick settings menu
2018-03-16 11:58:02 +00:00
Asnivor
5bb1d1f327
Fixed +2a/+3 ROM paging bytes missing from SaveState serialization
2018-03-16 10:45:57 +00:00
Asnivor
4ecb247c17
Fixed AY-3-8912 overflow bug
2018-03-16 08:08:35 +00:00
alyosha-tas
396f875ac2
z80 disassembler: handle address wrap
2018-03-15 20:58:08 -04:00
alyosha-tas
8ebcadbc58
z80: fix port addressing in some cases
2018-03-15 20:47:47 -04:00
alyosha-tas
519e14aa1a
RamWatch: Fix column settings fixes #1137
2018-03-15 19:27:24 -04:00
feos
f9cef46bd7
6502 disasm: accidentally lost this fix
2018-03-15 22:20:23 +03:00
Asnivor
760ae8edf0
Fixed 128k and +2 memory paging bug
2018-03-15 17:19:13 +00:00
Asnivor
7a36f913ec
New AY-3-8912 implementation. Better sounding and more performant
2018-03-15 16:32:26 +00:00
feos
09d765e853
make 6502 tracelog less bullshit
...
- stop spamming ---
- stop acting like 6502 is able to execute the same pc twice in a row
- put as many raw bytes as 6502 fetches per instruction
- reorder some registers
- stop being called when there's nothing to disasm
2018-03-15 00:30:50 +03:00
alyosha-tas
0cc72f4ee3
A7800: Fix High score SaveRAM #1130
2018-03-14 17:10:13 -04:00
zeromus
053ee9a45e
feos, i dont know, try this
2018-03-14 16:49:42 -04:00
zeromus
0a18040aff
remove pointless redundant function name from LuaMethodExampleAttributes
2018-03-13 21:05:30 -04:00
zeromus
205714df95
cleanup #1122 -related lua examples documentation stuff
2018-03-13 21:04:34 -04:00
zeromus
96a13e64f7
why in the world would you use negative values for example bitshift RHS operands?
2018-03-13 20:57:54 -04:00
zeromus
d55e03538f
revert weird changes to util.cs for unused parameter-filling code
2018-03-13 20:41:29 -04:00
zeromus
65bc534395
Merge remote-tracking branch 'remotes/azreally/Xadrophonix'
2018-03-13 20:39:42 -04:00
zeromus
2203270868
Merge remote-tracking branch 'remotes/origin/pr/1131''
2018-03-13 20:37:48 -04:00