alyosha-tas
aa2f111ed2
Merge pull request #1855 from TiKevin83/master
...
fix Pokemon Crystal (JP)
2020-02-18 21:10:25 -05:00
adelikat
7cc4e3db7d
add some default controls for odyssey 2, don't know how much of the keyboard is needed for typical games, but the numbers seem to be needed to start a game
2020-02-18 18:28:30 -06:00
adelikat
d18893b06a
Mainform - change O2Hawk menu to Odyssey 2
2020-02-18 18:06:23 -06:00
adelikat
4b704d5e31
add .o2 files for Odyssey2 to open rom dialog filter
2020-02-18 17:42:22 -06:00
TiKevin83
dc143c3d96
fix Pokemon Crystal (JP)
2020-02-18 17:34:49 -05:00
adelikat
ae70577887
move get/set register logic from ChannelF to F3850
2020-02-18 16:30:38 -06:00
YoshiRulz
be60911ff9
Cleanup StringExtensions
2020-02-19 08:26:08 +10:00
adelikat
9c15ca1369
HuC6280 -> spaces to tabs, and remove comments about not modifying directly since we dont' have the Cpu generator anymore (and no one listened to the warning anyway)
2020-02-18 16:24:29 -06:00
adelikat
943789c543
move Get/SetCputRegisters logic from Vectrex to MC6809
2020-02-18 16:18:15 -06:00
adelikat
0b388d669d
PCE - implement IDebuggable.SetCpuRegister, and add flags to IDebuggable.GetCpuFlagsAndRegisters(), move logic to HuC6280
2020-02-18 15:58:39 -06:00
adelikat
ae872d5c4f
move Get/Set Register logic from Intellivision to CP1610
2020-02-18 15:45:49 -06:00
adelikat
8e261a7ddb
move get/set cpu registers logic from O2Hawk to Intel8048
2020-02-18 15:40:57 -06:00
adelikat
cdcc1eabde
use inline out variables in Emulation.Cores
2020-02-18 15:10:29 -06:00
adelikat
4e03e14eea
GBHawk - implement Get/SetCpuFlagsAndRegisters
2020-02-18 14:54:59 -06:00
adelikat
a751aab744
GBLink 1,3,4 -> Implement Get/SetCpuFlagsAndRegisters, underlying GBHawk doesn't yet have it though so this technically does nothing
2020-02-18 14:08:23 -06:00
adelikat
8fbd375fd5
delete more ReadMe.txt files that just say TODO
2020-02-18 13:59:21 -06:00
adelikat
734dd9297d
cleanup GBHawkLink4x
2020-02-18 13:56:44 -06:00
adelikat
721b150f78
cleanup GBHawkLink
2020-02-18 13:48:23 -06:00
adelikat
9418a57b54
cleanup GBHawkLink3x
2020-02-18 13:40:00 -06:00
adelikat
176b846f3b
delete not so useful subneshawk ReadMe.txt
2020-02-18 13:23:38 -06:00
adelikat
dedd618db4
subneshawk - delete a bunch of code by using the underlying core for services, cleanup, and implement some services that were missing
2020-02-18 13:19:17 -06:00
YoshiRulz
4d4496af0d
Remove WinForms dependency from BizHawk.Client.Common (used in ApiHawk)
2020-02-19 04:13:37 +10:00
YoshiRulz
3afcf416e8
Follow attribute class best practices, cleanup docs on attributes
2020-02-19 03:54:50 +10:00
adelikat
0ff2539da7
subneshawk - support DatachBarcode service
2020-02-18 11:52:24 -06:00
adelikat
09f90cc0a2
subneshawk - implement IDIsassemb
2020-02-18 11:46:34 -06:00
adelikat
3a7977413c
subnheshawk - implement IBoardInfo
2020-02-18 11:42:41 -06:00
adelikat
3bf8752ab3
delete unused ElfRunner and ElfSharp dependency since we don't expect to use it for waterbox going forward, if we ever need to for some reason, we can ressurect it from this commit
2020-02-18 11:29:57 -06:00
adelikat
54ba1e12eb
set get only properties in Emulation.Cores, and a few other simplfiications
2020-02-18 11:11:59 -06:00
adelikat
2ccf03fd44
use property initializers in some cores and some constructor cleanups
2020-02-18 10:54:39 -06:00
adelikat
665b331797
simplify AmstradCPC constructor and related code
2020-02-18 10:42:14 -06:00
James Groom
46a4d8ffa9
Retargetting non-executable projects to .NET Standard ( #1801 )
...
* Retarget BizHawk.Emulation.* to .NET Standard 2.0
* Retarget BizHawk.Bizware.BizwareGL to .NET Standard 2.0
In practice this mostly involves moving classes to BizHawk.Client.EmuHawk.
2020-02-18 10:31:49 -06:00
YoshiRulz
fcc3ac88c0
Fix GitLab CI
2020-02-19 01:13:01 +10:00
J.D. Purcell
ada40bbdc7
InputRoll: Cleanup horizontal column calculations.
2020-02-18 09:40:01 -05:00
Zach
61fff4cbce
Fix ffmpeg race condition. ( #1841 )
2020-02-18 07:25:52 -06:00
adelikat
d3c048c13c
simplify atari 7800 mapper code
2020-02-18 07:23:21 -06:00
adelikat
48c9ada3e7
some misc cleanups in atari 2600 mappers
2020-02-18 07:23:21 -06:00
alyosha-tas
fd793322f9
Merge pull request #1853 from TiKevin83/master
...
Fix Console Sync for GB games on GBC/GBA
2020-02-18 08:18:37 -05:00
J.D. Purcell
e27647e8cb
InputRoll: Fix column click events going to wrong column in horizontal orientation.
2020-02-17 23:08:39 -05:00
J.D. Purcell
4386159b90
InputRoll: Fix columns headers not immediately redrawing when a rotatable column (horizontal orientation) changes size due to the row count changing.
2020-02-17 23:02:02 -05:00
J.D. Purcell
0245888419
InputRoll: Fix bottom grid line in horizontal orientation if last column is rotatable.
2020-02-17 22:03:38 -05:00
TiKevin83
9d0cd2bbf4
clean up some stray fields missing from the savestate system
2020-02-17 21:09:16 -05:00
adelikat
606c3bf1c2
use more advanced language features in Emulation.Cores ( #1852 )
...
* Use expression bodies in Emulation.Cores, and a few other misc cleanups
* remove unused usings in Emulation.Common
* cleanups in Tables_Direct.cs
* some cleanups in nes boards - redundant code
* remove some redundant array initializers in Emulation.Cores
* cleanup AmstradCPC.Controllers
* use object initializers in a lot of places
* nes mappers - remove disch's notes comments in favor of the nesdev wiki link
* cleanup CdtConverter.cs, mostly use of object initializers
* remove redundant .ToString() calls in Emulation.Cores
* using var in Emulation.Cores
* AmstradCPC/ZXSpectrum - simplify some linq, tabs instead of spaces, a few other misc cleanups
* Use null-propagation in Emulation.Cores
2020-02-17 16:54:51 -06:00
TiKevin83
612e1ef800
temp fix for traceback PC__READ_FIRST() calls conflicting with the prefetch fixes from upstream
2020-02-17 14:52:41 -05:00
TiKevin83
0a6a221653
Fix LCDC for DMG on CGB
2020-02-17 14:52:32 -05:00
TiKevin83
23c1c74030
Sinamas commits mostly done, just need to fix DMG games on CGB using LCDC
2020-02-17 14:52:26 -05:00
TiKevin83
85ee2af0b2
~half the changes from Sinamas/GSR 2020 updates
2020-02-17 14:52:11 -05:00
TiKevin83
3b804b789a
Update libgambatte platform target for building on windows 10
2020-02-17 14:49:49 -05:00
J.D. Purcell
f7174eb398
Make display scaling apply to InputRoll column header widths.
2020-02-17 12:34:37 -05:00
alyosha-tas
dd2b3509e5
O2Hawk: fix some colors
2020-02-16 21:55:21 -05:00
alyosha-tas
b3fac6ba12
O2Hawk: fix color output
2020-02-16 21:04:28 -05:00