adelikat
|
20f3e235f8
|
Add documentation to the Emulation.Common IEmulatorService interfaces
|
2016-03-01 21:10:50 -05:00 |
adelikat
|
570eff2b8b
|
Emulation.Common - Move Emulator Services to their own folder
|
2016-02-28 21:09:06 -05:00 |
adelikat
|
b3dd9d26dc
|
Misc code cleanups in Emulation.Common
|
2016-02-28 19:03:01 -05:00 |
nattthebear
|
2a0e859a85
|
Add 64 bit build (doesn't work yet), move SlimDX.dll
|
2016-02-28 15:06:03 -05:00 |
adelikat
|
768905b2db
|
Make an ISpecializedEmulatorService interface to show the intent of certain interfaces. In the core feature analysis, don't show these are unimplemented, as they aren't expected to be implemented by all cores. Make ILinkable inherit this interface.
Also check in ILinkable, I forgot to do that last time
|
2016-02-28 14:06:11 -05:00 |
adelikat
|
f1f45afd83
|
Remove CoreComm link cable properties and turn it into an ILInkable service instead
|
2016-02-28 13:52:17 -05:00 |
adelikat
|
7a4a210ccc
|
Remove some unused code and usings
|
2016-02-28 13:36:17 -05:00 |
adelikat
|
fde8dc3d1c
|
Add a TODO!
|
2016-02-28 13:26:34 -05:00 |
adelikat
|
050fa6d86b
|
ocd cleanup
|
2016-02-28 12:23:11 -05:00 |
adelikat
|
f9c9994161
|
Refactor GPGX trace logger - make a CallbackBasedTraceBuffer abstract class in Base Implementations with an abstract method CreateTrace, and inherit it as a GPGXTraceBuffer.
|
2016-02-23 21:58:40 -05:00 |
Anthony Konzel
|
ac9a4ef777
|
Apply C64 core update patch.
|
2016-02-22 17:50:11 -06:00 |
zeromus
|
0eb6e83384
|
glcontexts can specify versions and clean themselves up
|
2016-02-21 17:19:34 -06:00 |
adelikat
|
f5e679fa0d
|
Refactor ITraceable to work on TraceInfo objects that separate Disassembly and Register information. Make Tracelogger two columns.
|
2016-02-21 17:34:42 -05:00 |
nattthebear
|
c77de0e8af
|
stuff
|
2016-02-21 14:00:11 -05:00 |
nattthebear
|
1c4c5fb4a3
|
Rough in some code for BizInvoke in mono
|
2016-02-20 11:54:44 -05:00 |
nattthebear
|
787711389a
|
Clean up and work on BizInvoker some more
|
2016-02-20 11:30:05 -05:00 |
nattthebear
|
ca56627197
|
Add a second form to BizInvoker that creates delegate types and uses GetDelegateForFunctionPointer. This allows slower but more complex pinvoke to be easily done when needed.
|
2016-02-18 21:07:12 -05:00 |
nattthebear
|
96fc7c9ec1
|
Add experimental interop library to quicknes. Still needs work...
|
2016-02-17 20:18:01 -05:00 |
scrimpeh
|
ef1bc65ce6
|
IInputPollable - Make IsLagFrame settable
|
2016-01-26 11:34:42 +01:00 |
Hathor86
|
c7dcb42b94
|
Merge from maser@TASVideos
|
2015-11-15 11:27:00 +01:00 |
zeromus
|
7702ae5f3c
|
work on keyboard input, but hasnt been tested yet. also reorg the core a bit
|
2015-11-08 22:05:48 -06:00 |
zeromus
|
53fcc09c08
|
various bugfixes to system/save pathing and support CAN_DUPE, to stabilize the gambatte and neopop cores
|
2015-11-08 19:18:08 -06:00 |
Hathor86
|
5c36c16160
|
Fixing merge
|
2015-11-08 22:57:54 +01:00 |
Hathor86
|
cc2c888870
|
Merge remote-tracking branch 'refs/remotes/TASVideos/master'
Conflicts:
BizHawk.Client.EmuHawk/MainForm.Designer.cs
BizHawk.Client.EmuHawk/MainForm.cs
BizHawk.Client.EmuHawk/tools/CDL.Designer.cs
BizHawk.Client.EmuHawk/tools/CDL.cs
BizHawk.Client.EmuHawk/tools/CDL.resx
BizHawk.Common/InstanceDll.cs
BizHawk.Emulation.Common/CodeDataLog.cs
|
2015-11-08 22:41:51 +01:00 |
zeromus
|
5c16f8b107
|
fix some assorted bugs, and experiments with handling more environment calls
|
2015-11-07 02:29:04 -06:00 |
zeromus
|
7651f418fe
|
usably functional libretro player
|
2015-11-07 00:14:59 -06:00 |
zeromus
|
c68fdc511b
|
CDL - fix snes games with no cartram
|
2015-11-03 23:59:42 -06:00 |
zeromus
|
f3626b9605
|
snes CDL
|
2015-11-03 23:45:57 -06:00 |
Hathor86
|
f70a2c8c6c
|
Merge from TASVideo
|
2015-11-01 22:01:19 +01:00 |
zeromus
|
1ce0437c3d
|
CDL - add .cdl file map to dialogbox display
|
2015-11-01 11:23:33 -06:00 |
zeromus
|
70e0954f28
|
CDL - major refactor complete. muuuuch better.
|
2015-10-28 03:51:53 -05:00 |
zeromus
|
6a042cc8ac
|
fiddle around with CDLog menu items
|
2015-10-27 19:49:13 -05:00 |
adelikat
|
400e4f4800
|
Add an empty ICodeDataLogger emulator service, make it a required service for CDL.cs
|
2015-10-27 19:03:56 -04:00 |
zeromus
|
0ff0749191
|
add IMemoryDomains.Has
|
2015-10-26 21:41:43 -05:00 |
adelikat
|
32a2711303
|
When clearing lua callbacks, handle the case that input callbacks might not be implemented, also handle memory callbacks in a more consistent way
|
2015-10-12 19:02:03 -04:00 |
Kabuto
|
f7c15bfd0f
|
Fixed indentation and TODOs
|
2015-09-28 20:53:19 +02:00 |
Kabuto
|
1e9564a337
|
C64 core: tape loading added, lots of bugfixes and improvements
|
2015-09-28 01:30:58 +02:00 |
adelikat
|
76f285a58a
|
forgot to add this file, because that's what I do
|
2015-08-05 20:57:01 -04: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 |
Suuper
|
f9cd2f4075
|
-TAStudio: Players' 2, 4, etc input columns have darkened bg colors.
-LagLog is now moved over to new savestate-anchored movies
|
2015-07-23 12:55:22 -05:00 |
zeromus
|
6e1cde2793
|
hookup PSF support
|
2015-07-20 23:11:00 -05:00 |
zeromus
|
a7ae3c0cfc
|
Merge branch 'discsys'
Conflicts:
BizHawk.Emulation.Cores/BizHawk.Emulation.Cores.csproj
BizHawk.Emulation.Cores/Consoles/Sega/gpgx/GPGXDynamic.cs
libmupen64plus/mupen64plus-win32-deps
|
2015-07-11 14:01:44 -05:00 |
zeromus
|
a6f37173b0
|
add GameInfo DB options fetcher for string type
|
2015-07-11 13:47:04 -05:00 |
zeromus
|
691531421a
|
more discsys reorg
|
2015-07-11 13:46:57 -05:00 |
zeromus
|
67468e93ec
|
discsys reorg and move CDAudio to BizHawk.Emulation.Common for cleaner assembly reference dependencies
|
2015-07-11 13:46:56 -05:00 |
adelikat
|
3541c9e975
|
Make the lag counter settable, and expose this functionality in lua
|
2015-07-09 13:05:30 -04:00 |
adelikat
|
71f23f4886
|
nothing to see here
|
2015-06-11 13:13:11 +00:00 |
adelikat
|
5bcdfb5991
|
IInputPollable - remove the set on LagCount as it is not needed
|
2015-06-11 01:23:14 +00:00 |
adelikat
|
26769ba476
|
Add .do and .po files as Apple II files
|
2015-05-28 00:16:08 +00:00 |
adelikat
|
996c7bc847
|
Add apple II to the core picker
|
2015-05-26 23:43:55 +00:00 |