alyosha-tas
8cb19ede1c
MSXHawk: controller selection
2020-01-30 20:18:24 -05:00
alyosha-tas
ca4ff674ec
Vectrex: duplicate audio channel
2020-01-29 16:32:08 -05:00
YoshiRulz
2c74b1a693
Properly fix assembly loading issue, retarget BizHawk.Common again
...
temp fix was 9ffef2531
2020-01-29 00:23:10 +10:00
alyosha-tas
0c46a6908f
MSXHawk: keyboard
2020-01-28 07:50:29 -05:00
adelikat
3287a0c465
account for new name of PSX controller in controller config, delete standard controller image since we no longer have variable name controllers anyway, fixes #1814
2020-01-26 13:27:57 -06:00
adelikat
e6e1962b54
Convert SMS settings to use GenericCoreConfig ( #1816 )
...
* refactor Sms settings including naming conventions and fix a typo, breaks configs with SMS settings already saved
* convert SMS controller type setting to an enum
* convert SMS Region setting to an enum
* Move SMS display type setting to an enum
* convert sms settings to properties
* SMS - wire up generic core config to a settings menu item
* remove some SMS menu items that are redundant to generic settings config
* remove more SMS menu items that are now redundant to generic core config
* remove more redundant SMS settinsg including SMSGraphicsConfig dialog, add descriptions and display names to SMS settings objects
2020-01-26 12:56:54 -06:00
alyosha-tas
551a7e2893
MSXHawk: cleanup and bug fixes
2020-01-25 19:10:48 -05:00
YoshiRulz
24e6cc14f0
Enable SA1206 and fix noncompliance
...
"Declaration keywords should follow order"
2020-01-25 19:37:28 +10:00
YoshiRulz
19b1578df9
Enable SA1200 and fix noncompliance
...
"Using directives should be placed correctly"
i.e. before and outside namespaces as per .stylecop.json
2020-01-25 19:36:49 +10:00
YoshiRulz
b2a3477f52
Enable SA1123 and fix noncompliance
...
"Do not place regions within elements"
2020-01-25 18:06:56 +10:00
YoshiRulz
d9d6ed76f4
Enable SA1115 and fix noncompliance
...
"Parameter should follow comma"
i.e. no newlines in param list
2020-01-25 18:06:54 +10:00
YoshiRulz
b1e02fbdce
Enable SA1106 and fix noncompliance
...
"Code should not contain empty statements"
i.e. don't put a semicolon there
2020-01-25 18:06:34 +10:00
YoshiRulz
6f3f01125c
Enable SA1504 and fix noncompliance
...
"All accessors should be single-line or multi-line"
i.e. no block form on one line
2020-01-25 14:56:56 +10:00
alyosha-tas
ca73e769ed
MSXHawk: joystick controls
2020-01-24 22:30:48 -05:00
alyosha-tas
263fdfebc3
MSXHawk: audio
2020-01-24 19:47:16 -05:00
YoshiRulz
bfde89b9f3
Enable SA1139 and fix noncompliance
...
"Use literal suffix notation instead of casting"
2020-01-25 07:55:48 +10:00
alyosha-tas
5152e47b5e
MSXHawk:Start loading roms
2020-01-23 20:09:45 -05:00
YoshiRulz
4ed402fc59
Cleanup some more files
2020-01-24 09:37:15 +10:00
YoshiRulz
3ae58fd9d6
Use SolutionDir to make relative paths absolute
...
No need for warning of relative paths in filename anymore
2020-01-24 04:59:27 +10:00
alyosha-tas
7da04e2bf2
MSXHawk: allocate memory because pointers may be bad due to garbage collection somehow
2020-01-23 09:01:44 -05:00
YoshiRulz
ff2efca658
Cleanup Util
2020-01-23 14:54:34 +10:00
YoshiRulz
c7801b8ce2
Move BizHawk.Common.BizInvoke namespace to separate project
2020-01-23 14:54:23 +10:00
alyosha-tas
c171505d64
MSXHawk: start converting to actual msx machine
2020-01-22 19:26:08 -05:00
YoshiRulz
df5a382b76
Move disc hashing to PSX class, remove unused project dependency
2020-01-22 05:56:59 +10:00
alyosha-tas
679efd91c4
MSXHawk: minor cleanup
2020-01-20 19:50:32 -05:00
YoshiRulz
b1ef7bcbbb
Retarget .NET Framework from 4.6.1 to 4.8
2020-01-21 04:42:09 +10:00
YoshiRulz
ebfccf51de
Add DependentUpon and SubType modifiers to globbed files
2020-01-20 10:29:27 +10:00
zeromus
c2c526e84b
CDL: fix bsnes SGB cdl totally not working ( fixes #1344 )
2020-01-19 18:43:54 -05:00
alyosha-tas
0dbd6e7481
MSHawk: inputs
2020-01-19 09:08:20 -05:00
alyosha-tas
59a22415d2
MSXHawk: working savestates
2020-01-19 08:39:21 -05:00
alyosha-tas
eaf8e52746
MSXHawk: Audio
2020-01-18 17:04:55 -05:00
YoshiRulz
e435fb807b
Migrate to "new csproj", remove unnecessary tags/info, and dedupe
...
Didn't want to mess with resource generation so the execuable projects didn't
get migrated, just cleaned up
2020-01-19 01:43:39 +10:00
alyosha-tas
c27bea3272
MSXHawk: Finish trace logger and add some memory domains
2020-01-16 20:08:50 -05:00
alyosha-tas
6637510379
MSXHawk: More trace logger and bug fixes
2020-01-16 18:53:11 -05:00
alyosha-tas
ce7d6cdcf5
MSXHawk: Tracer Support
2020-01-15 20:47:50 -05:00
alyosha-tas
1e195243be
MSXHawk: frameadvance, no video or sound yet
2020-01-15 14:25:24 -05:00
alyosha-tas
3f59a704a2
GBHawk: correct frame rate to 59.72 (same as gambatte)
2020-01-14 18:32:26 -05:00
alyosha-tas
5521f0cf19
MSXHawk: properly load roms and memory map
2020-01-13 22:08:36 -05:00
alyosha-tas
8fed99456a
GBlink: fix some 4x bugs and route CGBGBA to cores
2020-01-13 16:55:07 -05:00
alyosha-tas
2c019794f5
GBHawk: remove DIV offset as a sync setting, leave it always at 8.
2020-01-13 09:37:54 -05:00
alyosha-tas
6ec1ce4d45
A2600: fix pitfall 2, needs a second look at some point though
2020-01-13 09:16:33 -05:00
YoshiRulz
a8170ca183
Fix mismatching namespaces
2020-01-13 07:19:06 +10:00
YoshiRulz
c3a359a58c
Rename PSX front panel name in def (from #971 )
2020-01-13 00:22:11 +10:00
YoshiRulz
c38fb09d3c
Fix typos in strings and comments (from #971 )
2020-01-13 00:22:01 +10:00
adelikat
6cb2ac635d
GGHawkLink - fix bug in Saveram creation
2020-01-11 13:19:51 -06:00
adelikat
f83261c116
misc cleanups in emulator core service logic
2020-01-11 13:19:51 -06:00
alyosha-tas
46d0818f09
MSXHawk: Core interface stuff
2020-01-10 15:51:56 -05:00
alyosha-tas
2fa22c2505
MSXHawk: Give DLL a C interface, start making core constructor
2020-01-09 19:37:59 -05:00
alyosha-tas
3e0fd4a2d9
MSXHawk: Blank core
2020-01-09 17:21:58 -05:00
alyosha-tas
6bd0fbccef
NESHawk: scanline timing and audio fix
2020-01-07 18:28:12 -05:00