adelikat
|
84f1ba2dd4
|
PSX - enable 2nd dualshock controller, add 2nd controller to virtualpad
|
2014-12-16 23:44:23 +00:00 |
adelikat
|
03e92ce883
|
Add a ToolAttributes.cs class, right now it just has a released flag, mark a few tools as unreleased, eventually there's code that will take advantage of this flag
|
2014-12-16 23:33:07 +00:00 |
zeromus
|
b3923283d2
|
emuhawk - fallback to gdi+ on systems with less than 2.0 opengl
|
2014-12-16 20:24:14 +00:00 |
zeromus
|
facb9457b1
|
fix subwcrev.bat again, it was missing some (most) revisions
|
2014-12-16 19:44:55 +00:00 |
zeromus
|
2255e5c9ea
|
emuhawk - add --gdi commandline so that you can force the program to boot up that way instead of attempting to use a broken opengl by default (take 2)
|
2014-12-16 19:35:52 +00:00 |
zeromus
|
26969addb9
|
emuhawk - add --gdi commandline so that you can force the program to boot up that way instead of attempting to use a broken opengl by default
|
2014-12-16 19:22:49 +00:00 |
adelikat
|
bb940473bb
|
Emulation.Common - move some misc enums into Enums.cs
|
2014-12-16 17:06:29 +00:00 |
zeromus
|
f6fd73fe1c
|
psx - disc swapping tiny fixes
|
2014-12-16 10:59:39 +00:00 |
zeromus
|
7f44621f97
|
psx - disc swapping
|
2014-12-16 10:47:50 +00:00 |
zeromus
|
bcf053d0e9
|
psx - big update from upstream (0.9.36.5 -> 0.9.37-UNSTABLE)
|
2014-12-16 05:04:55 +00:00 |
hegyak
|
9dea7cf0b0
|
Hide Frame Count on Null Emulator.
|
2014-12-16 04:31:07 +00:00 |
zeromus
|
98cf92a665
|
psx - fix input
|
2014-12-16 04:02:55 +00:00 |
hegyak
|
69473b842c
|
Correct Issue 343
|
2014-12-16 03:36:38 +00:00 |
zeromus
|
c43dd9fc34
|
psx - revise disc switch schema stuff; add MinValue support to analog button and tweak the pip positioning
|
2014-12-16 03:15:27 +00:00 |
scepheo
|
14e2b280ac
|
Removed reference to Global.Emulator from RamSearchEngine.
|
2014-12-16 01:50:22 +00:00 |
scepheo
|
77be509e44
|
RAM Search: Implement previous type "last change". Fixes issue 331.
|
2014-12-16 01:19:29 +00:00 |
scepheo
|
528b7ea104
|
RAM Search: Fix issues with signed values. Resolves issue 340.
|
2014-12-16 00:41:47 +00:00 |
scepheo
|
53ea2caeac
|
^Really^ fix cheats not working (forgot WordWatch & DWordWatch)
|
2014-12-15 23:57:56 +00:00 |
goyuken
|
972173282a
|
support new disassembler infrastructure in 2600 and nes
|
2014-12-15 22:52:22 +00:00 |
goyuken
|
ea47246658
|
remove the IEmulator inheritance from some services, and fix code as needed
|
2014-12-15 22:25:06 +00:00 |
adelikat
|
d08fb39cb8
|
Refactor IDebuggable StepInto/Over/Out methods into void Step(StepType type);
|
2014-12-15 22:19:10 +00:00 |
xmikecampx7
|
00cd8573da
|
Added Draft PSX Schema
|
2014-12-15 21:54:51 +00:00 |
goyuken
|
b23294a68f
|
remove the IEmulatorService requirement from IEmulatorServiceProvider and BasicServiceProvider
|
2014-12-15 21:35:09 +00:00 |
goyuken
|
ba6f740382
|
use service injection for nessoundconfig
|
2014-12-15 21:21:37 +00:00 |
goyuken
|
08d09bc64f
|
a few more itoolform cleanups
|
2014-12-15 18:13:54 +00:00 |
zeromus
|
2ac897c643
|
psx - fix some bad-sounding sounds bugs caused by some accidental older mednafen code
|
2014-12-15 05:49:18 +00:00 |
zeromus
|
ee1e99fc49
|
psx - add cpu registers get/set
|
2014-12-15 05:28:06 +00:00 |
goyuken
|
7b580e7dca
|
tim the tool form taylor
|
2014-12-15 03:19:23 +00:00 |
goyuken
|
95f92c7ed0
|
remove iemulator requirement from some of the iemulatorservices
|
2014-12-15 01:01:02 +00:00 |
adelikat
|
725a8fb092
|
Add StepInto(), StepOver(), StepOut() to IDebuggable, have all cores implement it with unimplemented dummy functions
|
2014-12-14 18:58:16 +00:00 |
zeromus
|
a0ace2a7a2
|
|
2014-12-14 18:51:47 +00:00 |
goyuken
|
5a1c082236
|
bleh
|
2014-12-14 18:35:35 +00:00 |
goyuken
|
6ec6f82109
|
gb disassembler that may or may not work
|
2014-12-14 18:24:10 +00:00 |
adelikat
|
0e528d22c2
|
Debugger - refactor based on having the PCRegisterName property
|
2014-12-14 17:44:45 +00:00 |
adelikat
|
7cc3fdec4b
|
Add PCRegisterName to IDisassemblable
|
2014-12-14 17:27:45 +00:00 |
goyuken
|
10e38e7bc9
|
fix BANDAI FCG 1 Boards without barcode reader
|
2014-12-14 17:19:54 +00:00 |
goyuken
|
09f9d50f46
|
IDisassemblable changes. can't compile right now, so might not work
|
2014-12-14 17:17:22 +00:00 |
adelikat
|
dd77eaf0c9
|
Debugger - add Step Into/Over/Out menu items and buttons, not enabled yet, still need an API to wire up to
|
2014-12-14 16:40:31 +00:00 |
adelikat
|
8648e6ba0a
|
Remove the nes debugger tool
|
2014-12-14 14:56:16 +00:00 |
adelikat
|
227fd64e60
|
Debugger - a rough basic disassembler (if the necessary pieces are provided by the core), still a lot of details to work out
|
2014-12-14 14:30:46 +00:00 |
zeromus
|
2d56514fde
|
load m3u files. still no disc switching
|
2014-12-14 10:36:03 +00:00 |
zeromus
|
ede9620446
|
psx - settings framework and implement mednafen-compatible display mode
|
2014-12-14 08:48:23 +00:00 |
scepheo
|
7c9f7706d3
|
ToolManager: added compile-time unknown type version of Load and methods it uses.
|
2014-12-14 02:15:19 +00:00 |
adelikat
|
14008fbcb0
|
don't show a "No core could load a rom" nag if the user cancels out of the platform chooser
|
2014-12-14 02:13:06 +00:00 |
adelikat
|
0b51a88a7d
|
Cheat Editor - don't reference Global.Emulator
|
2014-12-14 02:03:27 +00:00 |
adelikat
|
1a1116c651
|
NES - make DatachBarcode an emulator service, convert BarcodeEntry to EmulatorService
|
2014-12-14 02:01:38 +00:00 |
scepheo
|
5179a3379f
|
Fixed cheats not working.
|
2014-12-14 01:51:55 +00:00 |
adelikat
|
e6ea5bdf70
|
Convert TraceLogger to EmulatorServices
|
2014-12-14 01:45:24 +00:00 |
zeromus
|
24526669fe
|
emuhawk - add options for display of various window components (menu,frame,caption,statusbar). add --chromeless commandline argument and logic for folks embedding in frontends
|
2014-12-14 01:43:46 +00:00 |
adelikat
|
3af65a6498
|
removed some deletable code I missed
|
2014-12-14 01:42:05 +00:00 |