alyosha-tas
|
1d840906a5
|
Delete A7800HawkControl.cs
|
2017-06-11 18:07:42 -04:00 |
alyosha-tas
|
50d0db37b8
|
Delete temp.txt
|
2017-06-11 18:07:16 -04:00 |
alyosha-tas
|
55fb3bb1dc
|
Add files via upload
|
2017-06-11 18:06:50 -04:00 |
alyosha-tas
|
18ff66f1d2
|
Add files via upload
|
2017-06-11 18:06:04 -04:00 |
alyosha-tas
|
f7c07aed0b
|
Add files via upload
|
2017-06-11 18:05:15 -04:00 |
alyosha-tas
|
f44b587ab9
|
Create temp.txt
|
2017-06-11 18:04:40 -04:00 |
alyosha-tas
|
807edebe6d
|
A7800Hawk another round of commits
|
2017-05-27 20:40:13 -04:00 |
adelikat
|
8de4e7bff9
|
add ui to switch to Atari7800Hawk, still not useable by humans, needs gamedb stuff
|
2017-05-27 08:56:25 -05:00 |
alyosha-tas
|
77c20a6776
|
Merge pull request #859 from alyosha-tas/master
A7800Hawk initial PR
|
2017-05-25 15:56:46 -04:00 |
alyosha-tas
|
827c5848dd
|
Delete temp.txt
|
2017-05-25 15:38:51 -04:00 |
alyosha-tas
|
7ce43e1438
|
Add files via upload
|
2017-05-24 20:40:02 -04:00 |
alyosha-tas
|
a2ab02f9d9
|
Add files via upload
|
2017-05-24 19:37:44 -04:00 |
alyosha-tas
|
f159220bef
|
Create temp.txt
|
2017-05-24 19:37:21 -04:00 |
alyosha-tas
|
b2eecd7bec
|
Add files via upload
|
2017-05-24 19:36:34 -04:00 |
alyosha-tas
|
3a020a1c40
|
Create Readme.txt
|
2017-05-24 19:35:39 -04:00 |
alyosha-tas
|
a2dfb639d4
|
Update Atari2600.Core.cs
Fix #838
|
2017-05-14 19:29:53 -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
|
9b1945a81e
|
Atari 7800 cleanups
|
2017-05-05 14:20:28 -05:00 |
adelikat
|
7b29970ef9
|
atari 2600 cleanup
|
2017-05-05 13:49:36 -05:00 |
adelikat
|
d467a1427d
|
Atari 2600 - cleanups, de-expose some fields
|
2017-05-05 12:26:15 -05:00 |
adelikat
|
daf3b2539b
|
Atari 2600 - add alyosha as an author, break up IEmulator code to its own file, some misc cleanup
|
2017-05-05 11:56:28 -05:00 |
adelikat
|
59139ab266
|
Spell out Numerator and Denominator
|
2017-05-05 11:25:38 -05:00 |
adelikat
|
62a13d961d
|
Move VsyncNum and VsyncDen out of CoreComm and into IVideoProvider
|
2017-05-05 11:21:37 -05:00 |
alyosha-tas
|
8e4ca6ac8e
|
Update Atari7800Control.cs
|
2017-05-05 09:17:05 -04:00 |
nattthebear
|
e3fab1a4d5
|
cleaner
|
2017-05-02 18:15:33 -04:00 |
adelikat
|
e5f82bf329
|
CoreComm - make vsync fields into properties
|
2017-05-02 07:56:34 -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
|
3192cc70ae
|
slight refactor to IEmulator - make the IController property set only to more clearly express the client -> core relationship
|
2017-04-26 19:09:00 -05:00 |
adelikat
|
2de20e956b
|
use Dictionary initializers instead of object initializers for various GetCpuFlagsAndRegisters() methods
|
2017-04-25 08:28:06 -05:00 |
adelikat
|
54ebe75d2b
|
remove the obsolete MemoryDomain.FromIntPtr method
|
2017-04-24 13:47:40 -05:00 |
adelikat
|
b4de14657a
|
get rid of a warning
|
2017-04-24 12:54:43 -05:00 |
adelikat
|
7f663a0ed6
|
misc. cleanup for Coleco and Intellivision
|
2017-04-24 12:24:56 -05:00 |
adelikat
|
4c71a34dfa
|
misc code cleanups Lynx
|
2017-04-24 11:51:59 -05:00 |
adelikat
|
c628557912
|
misc. cleanups in atari 7800
|
2017-04-24 10:32:45 -05:00 |
adelikat
|
2964585401
|
misc code cleanups in Atari 2600
|
2017-04-24 10:09:31 -05:00 |
J.D. Purcell
|
b53502eed8
|
Spaces -> tabs.
|
2017-04-15 16:37:30 -04:00 |
adelikat
|
37c989c661
|
more misc code cleanups, with some C#6isms
|
2017-04-10 11:24:53 -05:00 |
alyosha-tas
|
ab8449fd2d
|
A7800: Pick Palette correctly
Fixes #757
|
2017-01-31 15:51:35 -05:00 |
adelikat
|
ab1a22bf31
|
add TotalExecutedCycles as an IDebuggable property, and implement it in cores with the information readily available (and throw NotImplementedExecptions in the remaining). wire the property up to lua with emu.totalexecutedcycles(). Stil todo - wire it up to the Debugger gui
|
2017-01-09 19:23:05 -06:00 |
adelikat
|
54eb678387
|
create an ICreateGameDBEntires specialized service and have Atari2600 implement it. Use this in the log window instead of sneaky reflection to access the method
|
2016-12-15 10:45:20 -06: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 |
adelikat
|
5b31b33713
|
Remove a now unused MaxVolume property from some sound provider classes
|
2016-12-08 20:06:25 -06:00 |
adelikat
|
c61fd757f2
|
Atari 2600 - put difficulty toggle variables into savestates
|
2016-11-26 16:10:27 -06:00 |
adelikat
|
e72ce6d9cb
|
Atari 2600 - show the Needs Reboot icon when changing sync settings
|
2016-11-11 15:33:29 -06:00 |
adelikat
|
333e17a054
|
Atari 2600 - add console buttons for toggling Difficulty switches. Note that this commit may or may not break both movie and savestate backwards compatibility
|
2016-11-11 15:28:21 -06:00 |
adelikat
|
82c1c11879
|
Atari 7800 - add the word Toggle to the difficulty swithc buttons to make them more clear in functionality
|
2016-11-11 15:03:34 -06:00 |
adelikat
|
75654b9f33
|
Atari 7800 - make difficulty switches behave like toggles instead of buttons, also add mnemonic info for them, fixes #726
|
2016-11-11 08:44:28 -06:00 |