Commit Graph

15882 Commits

Author SHA1 Message Date
adelikat 4cf29c5169 Emulation.DiscSystem - cleanup - use extension method, using declarations 2020-02-26 14:53:36 -06:00
adelikat 3f9b93be59 Emulation.DiscSystem -> simplify if/elses into return statements 2020-02-26 14:51:05 -06:00
adelikat cd9103b412 Emulation.DiscSystem - cleanup - use built in aliases 2020-02-26 14:42:35 -06:00
adelikat 2afa05d2c7 Emulation.DiscSystem - cleanup - use expression body 2020-02-26 14:41:54 -06:00
adelikat eb4acc0090 Emuation.DiscSystem - cleanup - use null propagation 2020-02-26 14:40:33 -06:00
adelikat 03ccdb15eb Emulation.DiscSystem - cleanup - remove unused usings 2020-02-26 14:38:48 -06:00
alyosha-tas 027dc6a6eb GBHawk: more 4x adapter work, pinging seems to work, need transmitting 2020-02-25 20:58:30 -05:00
adelikat e1bb93971a use expression body in various places 2020-02-25 15:14:14 -06:00
adelikat e744511573 misc cleanups 2020-02-25 15:14:14 -06:00
adelikat 185dbda19a misc redundant code removal, empty argument in object intiializer, redundant elses 2020-02-25 15:14:13 -06:00
adelikat 35697aaefa cleanup Page.cs 2020-02-25 15:14:13 -06:00
adelikat 72d4b0ac46 use inline out 2020-02-25 15:14:13 -06:00
adelikat f873e7f9c3 cleanup some BizwareGL files - spaces to tabs, remove used code, cleanup 2020-02-25 15:14:13 -06:00
YoshiRulz cab5df6c87
Point to prereqs 2.1 instead of latest (2.4.8) 2020-02-26 06:45:25 +10:00
alyosha-tas 78454ea636 GBHawk: Start 4x adapter 2020-02-25 13:53:28 -05:00
Devon R 0f7d292101
Fix an InvalidCastException being thrown when a double is unboxed as a float (#1863) 2020-02-25 11:33:28 -06:00
feos 0962771225 dispose 2020-02-25 18:05:47 +03:00
feos 7b7f92ea3e mame: start savestates 2020-02-25 17:57:29 +03:00
feos 9274545eb5 disable this test 2020-02-25 17:57:28 +03:00
alyosha-tas c16b47cbe4 GBHawk: rename GB compat cpu to have proper dependency 2020-02-25 08:06:43 -05:00
alyosha-tas 961f682cdc SubGBHawk: misc. movie stuff 2020-02-23 19:20:49 -05:00
alyosha-tas f73c65d704 GBHawk: camera mapper 2020-02-23 17:38:56 -05:00
adelikat 808071748a ok... 2020-02-23 12:52:20 -06:00
alyosha-tas f0692111d7 SubGBHawk: add 2020-02-23 09:54:42 -05:00
alyosha-tas e1128e4150 oops forgot a line 2020-02-23 07:37:38 -05:00
alyosha-tas 38e9dc02b7 GBHawk: camera mapper 2020-02-23 07:34:55 -05:00
adelikat 959a06e6bb Apple II - add status of black/white apple keys to savestates 2020-02-22 15:01:56 -06:00
adelikat c77c5e1f8f update virtu.dll 2020-02-22 14:54:24 -06:00
YoshiRulz e5aceb8c94
(testing) Re-add <Reference/>s 2020-02-23 06:50:08 +10:00
YoshiRulz 57ab8356e5
Retarget Virtu to .NET Standard 2.0 + .NET Core 3.1 2020-02-23 06:27:26 +10:00
YoshiRulz 0dd5b2a80d
Migrate Virtu.csproj to new format 2020-02-23 06:24:48 +10:00
YoshiRulz 2b8c0edcc2
Reorganise *.props 2020-02-23 06:17:35 +10:00
YoshiRulz ef36c92bd2
Cleanup Virtu project file 2020-02-23 06:05:22 +10:00
adelikat c3811721c2 delete unused KeyTurbo.cs and misc small cleanups to InputAdapters 2020-02-22 12:44:03 -06:00
adelikat f9c6234262 oops 2020-02-22 12:37:12 -06:00
adelikat 5386b8b18c Client.Common cleanups - mostly using higher language features 2020-02-22 12:29:12 -06:00
adelikat 6bcbe11eae delete BizInstaller, it was never finished, and on no pace to actually be finished, and installing an emulator is dumb 2020-02-22 12:08:34 -06:00
adelikat 564f0d8557 delete 8 year old attic files. We can ressurect the attic if need be, but I think these things are officially bit rotted 2020-02-22 12:05:02 -06:00
adelikat 9e7bdd2424 cleanups in Bizware, mostly higher language features like null propagation and expression bodies 2020-02-22 12:02:40 -06:00
adelikat 9008bf269a O2 - remove peek/poke methods 2020-02-22 11:44:13 -06:00
adelikat 8a60043697 a7800 - misc simplifications, remove mapperBase peek/poke methods since they weren't being used and did not differ from read/write on any mapper 2020-02-22 11:42:50 -06:00
adelikat 33ad336b6a
Apple II - refactor states to use Serializer (#1859)
* apple II - poc to redo binary states to use the Serializer and pass it into virtu

* virtu - savestate logic for Video

* AppleII - serialize more components with AppleSerializer

* cleanup

* refactor MachineEvents to store delegates to call and have the calling code interact with an enum, prep work for serializing this class

* apple II - first attempt at serializing Machine events

* cleanup

* add isvblank to savestates

* put more things in savestates, cleanup

* cleanup

* cleanup, save more things

* cleanup, fixes

* cleanup, save more things

* virtu - savestate fixes

* cleanup

* save CurrentDisk in savestates
2020-02-22 09:53:56 -06:00
alyosha-tas 9831ca59bd GBHawk linked modes: implement power button 2020-02-22 09:19:05 -05:00
alyosha-tas 1b301862db GBHawk: Implement power button 2020-02-22 08:47:39 -05:00
feos ab119af113 update mgba submodule 2020-02-22 14:28:45 +03:00
feos 0a81dac965 add mem watchpoints to mgba 2020-02-22 14:28:45 +03:00
Asnivor 75188e1c85 O2Hawk: Add homebrew rom status identifier to gamedb manual entries 2020-02-21 09:47:26 +00:00
alyosha-tas 585ebd50e5 O2Hawk: uncomment some homebrew 2020-02-20 17:34:43 -05:00
YoshiRulz 9829fd699b Unify helpers for generating file extension lists (for open/save) 2020-02-20 21:59:20 +00:00
adelikat 512fed32db seimplify oddessey default mapper a bit 2020-02-20 15:57:38 -06:00