adelikat
|
58b5163715
|
Lua Interface - support Strongly typing System.Drawing.Color, and strongly type the color parameters of gui.drawEllipse()
|
2014-06-02 00:43:25 +00:00 |
adelikat
|
83ada011e8
|
Lua - Refactor how lua libraries are registered by searching assemblies and finding implementations and building a list of these
|
2014-06-01 22:02:59 +00:00 |
adelikat
|
e7c2c40d79
|
set Wonderswan release flag to true
|
2014-06-01 21:08:28 +00:00 |
adelikat
|
51822a9ce1
|
Wonderswan - virtualPad - fix movie playback
|
2014-06-01 21:05:57 +00:00 |
adelikat
|
f146875452
|
VirtualPad support for Wonderswan
|
2014-06-01 20:44:13 +00:00 |
adelikat
|
f02448b769
|
N64 Virtualpad - make clear button also clear the analog control
|
2014-06-01 19:51:35 +00:00 |
adelikat
|
d4c0c64402
|
hacks
|
2014-06-01 16:53:34 +00:00 |
adelikat
|
2d6e526073
|
Wonderswan - add Start to mnemonics
|
2014-06-01 16:49:40 +00:00 |
adelikat
|
54b1c0ac00
|
MakeRelease.bat Exit was a bad idea
|
2014-06-01 16:21:45 +00:00 |
adelikat
|
3f675b2053
|
Lua functions list - don't throw exceptiosn when filtering, don't know why it happens but this will squash it, and it isn't important enough to know why.
|
2014-06-01 15:44:40 +00:00 |
adelikat
|
aa2ae170f3
|
N64 - make video size a setting, not a sync setting
|
2014-06-01 12:06:22 +00:00 |
goyuken
|
3c31d11c8b
|
extension tweak
|
2014-06-01 04:40:20 +00:00 |
adelikat
|
24fb6ac5e6
|
add WonderSawn to another system id list that needs to be refactored
|
2014-06-01 02:11:02 +00:00 |
adelikat
|
fac7c03a42
|
Add Wonderswan to open ROM dialog extensions
|
2014-06-01 02:06:23 +00:00 |
adelikat
|
3917e7c528
|
Automate the about box
|
2014-06-01 01:57:22 +00:00 |
adelikat
|
626a3627b6
|
When recording a new movie, use the Released flag in the core meta-data to determine if the Beta-status nag appears, rather than a hardcoded list of cores
|
2014-06-01 00:40:13 +00:00 |
adelikat
|
5c1ba62549
|
SystemInfo - fix detection of GBC
|
2014-05-31 23:30:33 +00:00 |
adelikat
|
8231025b91
|
System Info - Fix detection of GG and SG-1000
|
2014-05-31 23:17:39 +00:00 |
adelikat
|
da1bc66c0e
|
SystemInfo object - don't need endian type, Ram Search - remove bi ol system ID switch for defaults in favor of system info and more clever logic. Finish display name refactor
|
2014-05-31 23:05:02 +00:00 |
adelikat
|
23f356d47b
|
Atari 2600 debugger - make registers settable
|
2014-05-31 21:57:28 +00:00 |
goyuken
|
512dc84334
|
would have sucked to not find that bug
|
2014-05-31 20:34:13 +00:00 |
adelikat
|
e43dcbb5b2
|
Atari 2600 debugger - make flag checkbox buttons read-only
|
2014-05-31 18:41:56 +00:00 |
adelikat
|
1c0f8674c3
|
SetCpuRegister() - don't cast PC reg to byte! Implement on SMS, Coleco, and TI-83
|
2014-05-31 18:25:36 +00:00 |
adelikat
|
51660dd023
|
Add SetCpuRegister() to IEmulator. Implemented it in Atari 2600, 7800, C64, Neshawk, and technically dual gameboy (passes it to L and R where it will fail). The rest throw NotImplementedExceptions. Lua - add emu.setregister(), catches NotImplementedExceptions and informs the user.
|
2014-05-31 17:03:21 +00:00 |
goyuken
|
37d0510444
|
add PAL A2600 framerate to movie check code
|
2014-05-31 16:28:31 +00:00 |
goyuken
|
58efa286df
|
move stuff
|
2014-05-31 16:12:59 +00:00 |
goyuken
|
613e886796
|
fix build problem
|
2014-05-31 16:04:19 +00:00 |
adelikat
|
7e4ad492a2
|
Slight fix to wonderswan default keys
|
2014-05-31 14:44:31 +00:00 |
adelikat
|
9a24539c10
|
Lua - catch NotImplementedException on emu.getregister(s) and warn the user that this particular core doesn't implement this feature yet. Also, put IEmulator extensions in their own namespace
|
2014-05-31 14:29:27 +00:00 |
adelikat
|
5cf192394b
|
add default controller buttons for wonderswan
|
2014-05-31 14:14:49 +00:00 |
goyuken
|
0ee073b71b
|
bizswan: savestates
|
2014-05-31 05:57:18 +00:00 |
goyuken
|
8f87c2e854
|
gameboy: tweak text savestates a bit in preparation to reuse some code for the wonderswan savestates
|
2014-05-31 04:01:07 +00:00 |
goyuken
|
63c361f4e2
|
bizswan: add cpu flags and registers, memory domains
|
2014-05-30 22:59:13 +00:00 |
goyuken
|
fb4bd18fe1
|
bizswan: settings and syncsettings, random cleanup, include mingw makefile (we're building from msvs here though)
|
2014-05-30 22:31:16 +00:00 |
adelikat
|
5ce23c815d
|
Proof of concept for a SystemInfo object to have a singular place to have system specific info as opposed to SystemID switches stattered throughout the codebase
|
2014-05-30 22:00:16 +00:00 |
goyuken
|
866f98c6ce
|
bleh
|
2014-05-30 21:06:52 +00:00 |
goyuken
|
14f0faf7ff
|
bizswan: rotated display, lag frames, stuff
|
2014-05-30 20:53:52 +00:00 |
goyuken
|
cc4df67923
|
wonderswan title name
|
2014-05-30 19:13:19 +00:00 |
goyuken
|
c99209ebf3
|
wonderswan controller image for controller config
|
2014-05-30 18:55:58 +00:00 |
goyuken
|
3dd6da2896
|
bizswan: fix button orders
|
2014-05-30 18:33:28 +00:00 |
goyuken
|
d3a5733886
|
bizswan: controls work
|
2014-05-30 18:20:05 +00:00 |
goyuken
|
9d8390a4ec
|
bizswan: stuff
|
2014-05-30 18:10:39 +00:00 |
goyuken
|
ab93da6faf
|
bizswan: stuff
|
2014-05-30 16:50:58 +00:00 |
goyuken
|
c306e61d5b
|
mednafen 0.9.34.1 "cygne" (wonderswan)
|
2014-05-30 05:09:54 +00:00 |
adelikat
|
2053349e31
|
Atari 2600 debugger - implement a Remove breakpoint button
|
2014-05-30 01:10:10 +00:00 |
adelikat
|
c211533b20
|
When playing a movie, don't override the user's Neshawk/Quicknes setting unless it is specified in the movie header
|
2014-05-29 12:25:42 +00:00 |
adelikat
|
a19e67deea
|
Lots of fixes to Xbox and Ps2 joypad defaults
|
2014-05-29 02:25:13 +00:00 |
adelikat
|
4ab0642e78
|
Controller Config - rename the Ok button to Save to make it less confusing
|
2014-05-29 00:08:06 +00:00 |
adelikat
|
651832abe3
|
Fix Fast Forward and Rewind default bindings for Xbox 360 controllers
|
2014-05-28 23:41:49 +00:00 |
goyuken
|
d24658888b
|
saturn: expose skip bios and RTC options as syncsettings
|
2014-05-28 17:31:22 +00:00 |