Sappharad
6660b93b2d
Fresh builds of the cores that seem to have been updated.
2017-05-23 21:07:24 -05:00
Sappharad
5573409fad
Merge branch 'master' into mono-portable
...
# Conflicts:
# BizHawk.Client.Common/Extensions.cs
# BizHawk.Client.Common/movie/bk2/Bk2Movie.IO.cs
# BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj
# BizHawk.Client.EmuHawk/MainForm.Events.cs
# BizHawk.Client.EmuHawk/MainForm.cs
# BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesApi.cs
# BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesCore.cs
# BizHawk.Emulation.Cores/Consoles/Sega/Saturn/Yabause.cs
# BizHawk.Emulation.Cores/Consoles/Sony/PSX/Octoshock.cs
# libsnes/bsnes/target-libsnes/libsnes_pwrap.cpp
2017-05-23 20:32:48 -05:00
zeromus
adff0d707c
psx: fix multitap flaking out after reboot
2017-05-20 16:07:24 -05:00
Sappharad
875db7c24c
Build new binaries for the cores that changed since last release.
...
Increment version to 1.12.2
2017-05-03 20:52:20 -05:00
Sappharad
7998f6374c
Merge branch 'master' into mono-portable
2017-05-03 17:36:32 -05:00
zeromus
286d03a359
psx: fix flaky MODE button on dualshock (disabled by uninitialized memory randomly on bootup)
2017-05-03 16:24:47 -05:00
Sappharad
7f5aa0ae77
Merge branch 'master' into mono-portable
...
Conflicts:
.gitignore
BizHawk.Client.Common/PathManager.cs
BizHawk.Client.Common/lua/LuaSandbox.cs
BizHawk.Client.EmuHawk/AVOut/FFmpegWriter.cs
BizHawk.Client.EmuHawk/AVOut/SynclessRecordingTools.cs
BizHawk.Client.EmuHawk/CustomControls/VirtualListView.cs
BizHawk.Client.EmuHawk/DisplayManager/DisplayManager.cs
BizHawk.Client.EmuHawk/GLManager.cs
BizHawk.Client.EmuHawk/Program.cs
BizHawk.Client.EmuHawk/movie/EditSubtitlesForm.cs
BizHawk.Client.EmuHawk/movie/PlayMovie.cs
BizHawk.Emulation.Common/Sound/Utilities/SpeexResampler.cs
BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesApi.cs
BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesApi_CMD.cs
BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesCore.cs
BizHawk.Emulation.Cores/Consoles/Sony/PSX/Octoshock.ITraceable.cs
BizHawk.Emulation.Cores/LibretroOld/LibRetro.cs
Version/VersionInfo.cs
libsnes/bsnes/target-libsnes/libsnes_pwrap.cpp
2017-05-02 20:38:56 -05:00
zeromus
d3a1ec64dd
psx: multitap support. tested for 20 seconds, but worth someone else testing.
2017-04-29 04:11:09 -05:00
zeromus
ae672044c3
psx: support negcon (c++ side)
2017-04-25 22:59:45 -05:00
zeromus
3f63237576
fix weirdly missing savestates from PSX dualanalog and gamepad (dualshock was working)
2017-04-25 22:59:45 -05:00
Sappharad
3cf4d3464d
Merge branch 'master' into mono-portable
...
Conflicts:
BizHawk.Client.EmuHawk/tools/TraceLogger.cs
BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesCore.cs
libsnes/bsnes/target-libsnes/libsnes_pwrap.cpp
2016-08-23 21:21:57 -05:00
zeromus
cc8577c6b0
fix tracelogger buffer management on cpp side
2016-08-21 15:36:36 -05:00
feos
91fd016868
setup psx tracer because why not
...
arguments string doesn't arrive for some reason, otherwise all looks good
move psx disasm functionality to separate files (disassembler doesn't do anything yet)
2016-08-21 21:19:48 +03:00
Sappharad
849498dfa6
Merge branch 'master' into mono-portable
...
Conflicts:
BizHawk.Client.EmuHawk/Program.cs
2016-06-21 20:48:49 -05:00
zeromus
303a6cd956
psx: patch for "Fantastic Pinball Kyutenkai" lockup, not likely to affect sync but could in principle.
2016-06-14 12:54:43 -05:00
Sappharad
c93697baee
Merge branch 'master' into mono-portable
...
Conflicts:
.gitignore
BizHawk.Client.ApiHawk/BizHawk.Client.ApiHawk.csproj
BizHawk.Client.Common/BizHawk.Client.Common.csproj
BizHawk.Client.Common/lua/LuaSandbox.cs
BizHawk.Client.Common/movie/conversions/MovieConversionExtensions.cs
BizHawk.Client.Common/tools/Cheat.cs
BizHawk.Client.Common/tools/Watch/WatchList/WatchList.cs
BizHawk.Client.EmuHawk/AVOut/FFmpegWriter.cs
BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj
BizHawk.Client.EmuHawk/DisplayManager/DisplayManager.cs
BizHawk.Client.EmuHawk/MainForm.cs
BizHawk.Client.EmuHawk/movie/RecordMovie.cs
BizHawk.Client.EmuHawk/tools/GameShark.cs
BizHawk.Emulation.Common/Interfaces/IInputPollable.cs
BizHawk.Emulation.Cores/BizHawk.Emulation.Cores.csproj
BizHawk.Emulation.Cores/CPUs/MOS 6502X/MOS6502X.cs
BizHawk.Emulation.Cores/Computers/Commodore64/C64.IInputPollable.cs
BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/LibmGBA.cs
BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/MGBAHawk.cs
BizHawk.Emulation.Cores/Consoles/Nintendo/QuickNES/QuickNES.ITraceable.c
s
BizHawk.Emulation.Cores/Consoles/Nintendo/QuickNES/QuickNES.cs
BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesCore.cs
BizHawk.Emulation.Cores/Consoles/Sega/SMS/SMS.cs
BizHawk.Emulation.Cores/Consoles/Sega/gpgx/GPGX.cs
BizHawk.Emulation.Cores/Consoles/Sony/PSX/Octoshock.cs
Dist/changelog.txt
output/Lua/Genesis/Earthworm Jim 2.lua
output/Lua/SNES/Super Mario World.lua
output/dll/mgba.dll
quicknes/bizinterface.cpp
quicknes/mingw/Makefile
2016-03-07 20:34:23 -06:00
zeromus
5f86fa5953
64bit octoshock
2016-03-01 21:58:01 -06:00
Sappharad
ed88569221
Merge branch 'master' into mono-portable
...
Conflicts:
BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj
BizHawk.Client.EmuHawk/movie/RecordMovie.cs
BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesCore.cs
2016-02-15 18:38:48 -06:00
zeromus
e855cb39cd
psx - add "determine lag from GPU frames" option
2016-01-28 13:53:22 -06:00
zeromus
c0421965f1
psx - support memory callbacks
2016-01-21 21:47:16 -06:00
Sappharad
9a19a5560c
- Shock the octopus and bat the goomba.
...
- Version number, native dialog updates.
2015-10-15 21:49:20 -05:00
Sappharad
4fd45964c0
Merge branch 'master' into mono-portable
...
Hopefully I didn't botch this, I'm not good at how git handles conflicts yet.
2015-10-12 21:34:13 -05:00
zeromus
c9838d668a
psx - hook up new controller configuration, to support 0-2 pads and 0-2 memcards. Not tested very well yet. no multitap this release.
2015-10-03 17:27:52 -05:00
zeromus
5cfc1dae2a
update psx core to 0.9.38.7
2015-10-02 00:53:03 -05:00
zeromus
6f049c2ab8
discsys/psx - dont crash when reading absurdly negative LBAs
2015-09-17 18:18:06 -05:00
zeromus
c942350beb
psx - re-add mednafen's disc error correction capability
2015-09-13 19:17:17 -05:00
zeromus
078e5d576a
psx - update notes
2015-08-11 15:05:34 -05:00
zeromus
ff17816dbb
apply 0.9.38.6
2015-08-11 15:05:34 -05:00
zeromus
203a0aa773
psx - fix bugs in pixel pro mode for PAL
2015-08-09 13:57:45 -05:00
zeromus
0cd3a82862
psx - improve framebuffer clipping method, add deinterlacer settings, fix some PAR for PAL games; fix bugs in GameExtraPadding handling
2015-08-09 13:57:45 -05:00
zeromus
4e673df06f
psx - continue fiddling with framebuffer cropping mode
2015-08-02 15:37:04 -05:00
zeromus
eb59470ed8
psx - some finetuning to previous commit to fix most PAL games and bios screens
2015-08-02 12:02:55 -05:00
zeromus
8fc5acfdcd
psx - add clip to framebuffer option
2015-08-02 11:35:19 -05:00
Sappharad
a14c5ad11b
Merge branch 'master' into mono-portable
2015-07-25 22:52:28 -05:00
zeromus
91e92725e0
remove PSF parts from octoshock and tidy EXE loading apis
2015-07-20 23:09:27 -05:00
Sappharad
53188b01e8
Changes for the OS X build of 1.11.0.
...
Includes fresh builds of Octoshock, Quicknes, vbnext.
2015-07-19 21:38:33 -05:00
Sappharad
bc3cc6928f
Merge up to what I think is the 1.11 revision.
2015-07-19 20:30:48 -05:00
zeromus
f998ea9cf1
psx - support reset button
2015-07-17 16:55:44 -05:00
Sappharad
74d7bf32b6
Merge branch 'master' into mono-portable
...
Conflicts:
.gitignore
Version/version.csproj
2015-07-15 21:42:53 -05:00
zeromus
ae22972e25
psx - build with vs2015, so we can pass mednafen's internal integrity checks, and force a widespread test of vs2015-built unmanaged dlls
2015-07-12 18:48:39 -05:00
zeromus
a354473237
psx - fix switching to audio discs. finally after a million years vib-ribbon works.
2015-07-12 18:06:29 -05:00
zeromus
a7ae3c0cfc
Merge branch 'discsys'
...
Conflicts:
BizHawk.Emulation.Cores/BizHawk.Emulation.Cores.csproj
BizHawk.Emulation.Cores/Consoles/Sega/gpgx/GPGXDynamic.cs
libmupen64plus/mupen64plus-win32-deps
2015-07-11 14:01:44 -05:00
zeromus
21c355b5ab
mednadisc release builds
2015-07-11 13:46:59 -05:00
zeromus
fda3ec03ed
improve subchannel mismatch reporting during disc a/b testing and add a comment about a failed experiment at a subcode deinterleaving optimization
2015-07-11 13:45:52 -05:00
zeromus
ee2d0aafdf
update psx to mednafen 0.9.38.5
2015-06-27 04:02:03 -05:00
Sappharad
5b466e5d70
New portable branch re-created from master with hopefully all of the changes made to the old one, plus some cleanup of things that got mangled from repeated merges.
2015-06-23 22:22:11 -05:00
zeromus
fada87b3d3
update mednadisc to 0.9.38.4
2015-06-23 13:27:10 -05:00
zeromus
f2c62161a9
psx - update to mednafen 0.9.38.4
2015-06-16 09:44:50 +00:00
zeromus
e2aabbab60
psx - fix error in PAL PixelPro mode scaling
2015-06-16 09:31:14 +00:00
zeromus
dcd79cd678
psx - fix some disc swapping screwups
2015-03-06 22:38:40 +00:00