alyosha-tas
37e8b29056
GBHawk: finish PPU ports
2020-03-25 20:52:16 -04:00
adelikat
6ee8d6d312
Add DS to the Core picker dialog
2020-03-25 18:37:12 -05:00
adelikat
81bcf45d53
SystemLookup.cs - pointless refactoring
2020-03-25 18:37:12 -05:00
alyosha-tas
7662de47ca
GBHawk: more C++ work
2020-03-25 17:55:09 -04:00
SuuperW
7aec03d788
Merge branch 'master' of https://github.com/TASVideos/BizHawk
2020-03-25 14:11:16 -05:00
SuuperW
ca9e12a929
update libmelonDS.dll
2020-03-25 14:10:24 -05:00
SuuperW
1b419c7cfc
fix an audio issue
2020-03-25 13:52:50 -05:00
SuuperW
34bfa46673
new Lid handling strategy
2020-03-25 13:50:21 -05:00
SuuperW
cb73761ff6
fix for when screen layout options somehow get messed up
2020-03-25 13:45:18 -05:00
alyosha-tas
79fecef41b
GBHawk: more transformation work
2020-03-24 19:44:11 -04:00
campbell000
373a05dcb4
Fixes joypad.set() method in Lua Console ( #1898 )
...
* Fixed lua joypad set method to accept button inputs with "P{controller}"
designations. Also allowed joypad set method to accept 0 or 1 as per
documentation
* Added comment
2020-03-24 12:40:18 -05:00
alyosha-tas
d0cf220391
GBHawk: start C++'ification
2020-03-24 12:05:49 -04:00
alyosha-tas
26619d367b
O2Hawk: remove some unused code
2020-03-23 21:30:06 -04:00
alyosha-tas
c5043d2ec3
O2Hawk: fix PAl timing a bit
2020-03-23 21:21:42 -04:00
adelikat
8988c9bb8f
O2 - bk2 mnemonics for some missing buttons
2020-03-23 14:06:05 -05:00
adelikat
7aa0b08dd5
O2 virtualpad - add keyboard
2020-03-23 14:05:40 -05:00
adelikat
0717878fae
Odyssey2 - Virtualpads - cleanup, add Power button
2020-03-23 09:27:11 -05:00
adelikat
f50b4e4c54
Odyssey2 - fix joypad.get(), apparently lua tables do not like keys that are just "."
2020-03-23 09:27:11 -05:00
YoshiRulz
16ed9e7bc9
Reorder modifiers (rule SA1206)
2020-03-23 20:03:51 +10:00
YoshiRulz
b168ea0600
Add FxCop Analyzer and update StyleCop
...
I thought StyleCop was missing a few rules...
2020-03-23 19:09:02 +10:00
adelikat
b52d674959
virtualpads - cleanup
2020-03-22 20:14:09 -05:00
adelikat
b2c2b5c362
VirtualPads - Genesis activator - attempt to fix it up, it at least maps to correct buttons now
2020-03-22 20:10:30 -05:00
adelikat
49b57bbb22
Virtualpads - fix up vectrex - add console buttons, fix analog logic
2020-03-22 19:54:19 -05:00
adelikat
7f2e1438ba
VirtualPads - style console pads differently
2020-03-22 19:34:04 -05:00
SuuperW
bcc4fb0bab
update libmelonDS.dll to work with previous commit
2020-03-22 18:43:42 -05:00
SuuperW
88904e6b44
support custom screen layouts in MelonDS core (no UI yet)
2020-03-22 18:40:52 -05:00
adelikat
59a7b24df9
a7800 virtualpads - cleanup, support unplugged and lightgun options, remove unimplemented paddle controller logic
2020-03-22 17:31:44 -05:00
adelikat
f98003f98e
virtualpad schema - cleanups
2020-03-22 16:47:33 -05:00
adelikat
1f8171fc9b
PadSchema - remove MaxSize as it wasn't being used, rename DefaultSize to just Size
2020-03-22 16:23:01 -05:00
adelikat
808fa1a911
SmsSchema - simplify
2020-03-22 16:16:05 -05:00
adelikat
b520211cf2
NesSchema - simplify some
2020-03-22 16:04:45 -05:00
adelikat
00ec0750d0
SnesSchema - remove unused method
2020-03-22 15:58:50 -05:00
adelikat
1b7698aa71
ButtonSchema - simplify UDLR helper methods more
2020-03-22 15:57:43 -05:00
adelikat
ec353e163e
ButtonSchema - simplify with another overload
2020-03-22 15:15:22 -05:00
adelikat
554e0dcf80
ButtonSchema - simplify more
2020-03-22 15:09:19 -05:00
adelikat
d0908053c2
ButtonSchema - simplify
2020-03-22 14:39:12 -05:00
adelikat
7e9ef33d90
ButtonSchema - lock down setting of Name property
2020-03-22 14:36:57 -05:00
adelikat
c0ffe0e0e3
ButtonSchema - use overloads more
2020-03-22 14:32:27 -05:00
adelikat
828bc2b9dc
ButtonSchema - use overloads more
2020-03-22 14:27:12 -05:00
adelikat
7b6ff18775
ButtonSchema - use more constructor overloads to simplify
2020-03-22 14:13:01 -05:00
adelikat
90a03f3f6a
ButtonSchema - lock down Location setting
2020-03-22 13:21:38 -05:00
adelikat
1c9260f7cf
ButtonSchema - use name overload more
2020-03-22 13:16:30 -05:00
adelikat
5f24a07fc9
add ButtonSchema overload with name, and use it in places
2020-03-22 12:56:00 -05:00
adelikat
0344b0affb
make PadSchema.IsConsole not settable, force the use of inheritance
2020-03-22 12:37:28 -05:00
adelikat
ddaa6fab36
rename FloatSingle -> SingleFloat
2020-03-22 12:19:40 -05:00
adelikat
ec36ed6206
ButtonSchema - make Type not directly settable and force the use of inheritance to set it
2020-03-22 12:18:47 -05:00
adelikat
1f63228061
C64 virtualpad schema - simplify
2020-03-22 11:41:48 -05:00
adelikat
2560def438
Virtual Pad - ButtonSchema - make location constructor the only option since location is always required, change param order on Directional helper methods for consistency
2020-03-21 22:24:06 -05:00
YoshiRulz
cccf2c1920
Add port info and labels to MelonDS [Core] attr
2020-03-22 12:07:20 +10:00
adelikat
b70cfebd1d
virtualpad schema - make a ButtonSchema constructor that takes in coordinates, reduces a lot of boilerplate, wire it up to a few schemas
2020-03-21 19:09:02 -05:00