This website requires JavaScript.
Explore
Help
Register
Sign In
ShuriZma
/
BizHawk
mirror of
https://github.com/TASEmulators/BizHawk.git
Watch
1
Star
0
Fork
You've already forked BizHawk
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
39af30f481
BizHawk
/
BizHawk.Emulation
/
Consoles
/
Intellivision
History
goyuken
98d9f13600
change IEmulator.DeterministicEmulation to get-only; the old interface implies that a core should be able to take a change to the property at any time, which isn't feasable. most existing cores changed to return true all the time. SNES now takes determinism parameter in Load()
2012-10-03 15:31:04 +00:00
..
Cartridge.cs
-Separated the STIC and PSG memory map logic into new objects.
2012-08-08 23:05:55 +00:00
ICart.cs
Move ICart.cs from directory/namespace for generic interfaces to Intellivision folder/namespace, as it is entirely Intellivision specific.
2012-09-03 00:45:30 +00:00
Intellicart.cs
-Separated the STIC and PSG memory map logic into new objects.
2012-08-08 23:05:55 +00:00
Intellivision.cs
change IEmulator.DeterministicEmulation to get-only; the old interface implies that a core should be able to take a change to the property at any time, which isn't feasable. most existing cores changed to return true all the time. SNES now takes determinism parameter in Load()
2012-10-03 15:31:04 +00:00
MemoryMap.cs
-Added Read/WriteMemory to the STIC so that it can access the RAM it needs to draw the screen.
2012-09-06 04:51:17 +00:00
PSG.cs
-Added Read/WriteMemory to the STIC so that it can access the RAM it needs to draw the screen.
2012-09-06 04:51:17 +00:00
STIC.cs
-Implemented Colored Squares mode. It looks sensible in one of the improperly loaded ROMs that triggers it.
2012-09-06 08:02:49 +00:00