adelikat
|
b736d48911
|
use constants for core string names and simplify core core name getting logic
|
2020-04-18 09:55:57 -05:00 |
adelikat
|
028bc83c88
|
refactor CoreComm usage in some Gameboy cores
|
2020-03-15 09:28:27 -05:00 |
adelikat
|
da95c1f56f
|
remove RomAnnotation fields on CoreComm and use the service instead
|
2020-03-14 22:10:57 -05:00 |
adelikat
|
a884282fa4
|
remove CoreComm NominalX/Y, those values never different from buffer w/h for cores that set them which were only the gb/gba platforms and the original dualGb. The result defaulted to a very random 640x480. Instead just use the buffer w/h, which is a very reasonable video default
|
2020-03-14 17:06:42 -05:00 |
adelikat
|
870d7df6f2
|
cleanup some unneeded code
|
2020-03-14 16:09:25 -05:00 |
YoshiRulz
|
3afcf416e8
|
Follow attribute class best practices, cleanup docs on attributes
|
2020-02-19 03:54:50 +10:00 |
MrWint
|
a93916e24c
|
Gambatte core: Add RTC divisor offset support.
|
2019-06-02 13:24:54 +02:00 |
MrWint
|
7d33d604ae
|
cycle-based RTC
|
2019-05-28 22:56:39 +02:00 |
MrWint
|
7e851b19f3
|
Gambatte core: unify DMG and CGB bios handling
|
2019-05-26 20:11:50 +02:00 |
James Groom
|
4e91f88af3
|
Use nameof in cores
|
2019-03-28 14:18:58 +11:00 |
gifvex
|
f968cbdd73
|
Gambatte: implement TotalExecutedCycles
|
2018-04-02 18:19:10 -04:00 |
nattthebear
|
bd23975201
|
Hackadoodle to change the initial value of the DIV register? This is probably a bad idea
|
2018-02-20 18:30:27 -05:00 |
alyosha-tas
|
2cc092270d
|
Gambatte: Palette selection for GB mode
|
2018-02-02 18:42:09 -05:00 |
alyosha-tas
|
296b88f155
|
GB minor clean ups
|
2018-01-16 20:00:42 -05:00 |
alyosha-tas
|
e5ded9b139
|
Gambatte: Merge improvements from gifvex(mcmaeve)
Restores Bios support and loading GB games into GBC
Accuracy imrpovements
|
2018-01-15 07:45:15 -05:00 |
alyosha-tas
|
34a17570d6
|
Gambatte: Properly dispose of GPUViewer memory pointers
-Still doesn't point to correct memory but at least doesn't crash
|
2017-11-26 09:25:16 -05:00 |
alyosha-tas
|
63ef676251
|
GameBoy:
-Remove BIOS support from Gambatte
-Fix GBHawk audio desync
-Fix controllers
|
2017-11-20 12:14:13 -05:00 |
alyosha-tas
|
c18298c8a5
|
GameBoy: Disable BIOS in Gambatte. Use GBHawk for GameBoy, Gambatte for CGB.
|
2017-11-11 09:07:58 -05:00 |
Tastyfish
|
56cdf32929
|
Make Gambatte show link status for printer connection
|
2017-08-30 15:55:19 -04:00 |
Tastyfish
|
200ab8f8d8
|
GB Printer support for Gambatte, output color improvements
|
2017-08-29 18:16:02 -04:00 |
Tastyfish
|
e780e74f45
|
A frontend for the GB printer
|
2017-08-29 18:16:02 -04:00 |
nattthebear
|
5b97e5c7f6
|
Add ICycleTiming interface plus one implementation so I can feel like I did something
|
2017-08-11 19:42:53 -04:00 |
nattthebear
|
cf8013af4a
|
sameboy: Add more features for the merciless slave driver
|
2017-07-19 18:48:11 -04:00 |
adelikat
|
c6e0e9fa57
|
Rename CoreAttributes to CoreAttribute as to not be a bad person
|
2017-07-12 14:10:55 -05:00 |
nattthebear
|
468c52f5de
|
Gambatte: Settings: Use an enum for ConsoleMode instead of stringly typed. Developers who have been using recent dev builds will need to change "Default" to 0 in config.inneys...
|
2017-07-09 16:27:32 -04:00 |
alyosha-tas
|
08b6dadd49
|
Gambatte: Add core picker option
Replaces ForceDMG so that you can play gameboy roms in color game boy as well
|
2017-07-06 17:53:14 -04:00 |
alyosha-tas
|
b54a738c97
|
Add files via upload
|
2017-06-24 16:01:07 -04:00 |
alyosha-tas
|
627b666d3e
|
Add files via upload
|
2017-06-24 13:05:00 -04:00 |
nattthebear
|
8fa903c004
|
pizza progress: it runs
|
2017-06-15 19:00:41 -04:00 |
adelikat
|
1dae91e6a8
|
clean up core constructors - consistent parameter casing, and put them at the top of the class
|
2017-05-05 19:05:36 -05:00 |
adelikat
|
62a13d961d
|
Move VsyncNum and VsyncDen out of CoreComm and into IVideoProvider
|
2017-05-05 11:21:37 -05:00 |
adelikat
|
698c6741ae
|
Refactor IEmulator and remove the IController property, instead pass it as a paramter to the FrameAdvance() method
|
2017-05-01 20:09:11 -05:00 |
adelikat
|
ded1c2d7b7
|
Break off BoardName from IEmulator into a separate IBoardInfo service
|
2017-04-30 21:01:54 -05:00 |
adelikat
|
ba28ca53a8
|
GambatteLink cleanup
|
2017-04-25 11:06:50 -05:00 |
adelikat
|
21aa648318
|
Gambatte - some cleanup
|
2017-04-25 10:11:43 -05:00 |
J.D. Purcell
|
b53502eed8
|
Spaces -> tabs.
|
2017-04-15 16:37:30 -04:00 |
J.D. Purcell
|
b2a28339d1
|
Use 'nameof' operator.
|
2017-04-10 08:36:42 -04:00 |
adelikat
|
72a59087b5
|
Use the IController indexing property less in preparation for removing it from the interface. Replaced with its more explicity counter-part .IsPressed()
|
2016-12-14 12:42:15 -06:00 |
adelikat
|
b73a500d6b
|
Major sound provider refactor. Create a unified interface ISoundProvider, that is an IEmulator service and break it off of IEmulator. IAsyncSoundProvider was kept as a shim for now, for legacy cores that were inherintly async.
|
2016-12-11 11:15:00 -06:00 |
adelikat
|
b697110098
|
Rename ISoundProvider to IAsyncSoundProvider to more accurately describe what the service does
|
2016-12-09 10:24:43 -06:00 |
feos
|
76eaea3619
|
tracer unification for cores: spacing, headers, etc
|
2016-08-16 01:39:26 +03:00 |
zeromus
|
0cac65c184
|
use gambatte window option in emuhawk
|
2016-04-12 03:02:11 -05:00 |
adelikat
|
0fb0e6a11c
|
Trace header for GB
|
2016-02-28 09:48:51 -05:00 |
zeromus
|
89a4381d9d
|
add GB layer toggles
|
2016-02-08 02:18:24 -06:00 |
scrimpeh
|
ef1bc65ce6
|
IInputPollable - Make IsLagFrame settable
|
2016-01-26 11:34:42 +01:00 |
zeromus
|
70e0954f28
|
CDL - major refactor complete. muuuuch better.
|
2015-10-28 03:51:53 -05:00 |
zeromus
|
10bbf6e9d0
|
implement GB CDL
|
2015-10-26 19:16:38 -05:00 |
adelikat
|
ba21484ddd
|
add IRegionable as an emulator service to indicate NTSC vs PAL, etc. Refactor cores that conveyed this information to use this service, fixed cheaty reflection to grab this info to use the service instead, marked some cores as region not applicable where it made sense to me (I'm sure I'm wrong in some cases)
|
2015-08-05 20:12:09 -04:00 |
adelikat
|
3541c9e975
|
Make the lag counter settable, and expose this functionality in lua
|
2015-07-09 13:05:30 -04:00 |
adelikat
|
5bcdfb5991
|
IInputPollable - remove the set on LagCount as it is not needed
|
2015-06-11 01:23:14 +00:00 |