BizHawk/ExternalCoreProjects/Virtu
CasualPokePlayer a311b3b6f3 Change up AppleII's "main ram" domain, add aux ram domain
The main ram previously seemed to just be a slice of the system bus between 0 - 0xbfff. this posed two problems: that area is banked, and that area could represent main ram or aux ram. main ram now represents all of the ram main ram can possible represent, ordered like how the core orders it (which the way it does it happens to be very natural in any case), and a new aux ram domain does the same thing but with aux ram
Also some other changes put in so Rider wouldn't error on building Virtu
2023-04-01 19:54:26 -07:00
..
Properties Virtu cleanup (#1846) 2020-02-14 09:54:35 -06:00
Cpu.Data.cs Apple II - refactor states to use Serializer (#1859) 2020-02-22 09:53:56 -06:00
Cpu.cs Remove #regions in LuaInterface and Virtu projects 2020-05-15 17:01:40 +10:00
Disk525.cs Apple II - refactor states to use Serializer (#1859) 2020-02-22 09:53:56 -06:00
DiskDsk.cs Change up AppleII's "main ram" domain, add aux ram domain 2023-04-01 19:54:26 -07:00
DiskIIController.cs Apple II - refactor states to use Serializer (#1859) 2020-02-22 09:53:56 -06:00
DiskIIDrive.cs Apple II - refactor states to use Serializer (#1859) 2020-02-22 09:53:56 -06:00
DiskNib.cs Apple II - refactor states to use Serializer (#1859) 2020-02-22 09:53:56 -06:00
ICassette.cs Virtu cleanup (#1846) 2020-02-14 09:54:35 -06:00
IComponentSerializer.cs Apple II - refactor states to use Serializer (#1859) 2020-02-22 09:53:56 -06:00
IGamePort.cs Virtu cleanup (#1846) 2020-02-14 09:54:35 -06:00
IPeripheralCard.cs Virtu cleanup (#1846) 2020-02-14 09:54:35 -06:00
Keyboard.cs AppleII - State keyboard, fix up csproj 2022-06-23 22:01:07 -07:00
MachineEvents.cs Change up AppleII's "main ram" domain, add aux ram domain 2023-04-01 19:54:26 -07:00
Memory.Data.cs Apple II - refactor states to use Serializer (#1859) 2020-02-22 09:53:56 -06:00
Memory.cs Change up AppleII's "main ram" domain, add aux ram domain 2023-04-01 19:54:26 -07:00
NoSlotClock.cs AppleII - make clock registers deterministic if needed 2022-06-27 18:33:31 -07:00
Speaker.cs Apple II - refactor states to use Serializer (#1859) 2020-02-22 09:53:56 -06:00
Video.Data.cs Apple II - refactor states to use Serializer (#1859) 2020-02-22 09:53:56 -06:00
Video.cs AppleII - make clock registers deterministic if needed 2022-06-27 18:33:31 -07:00
Virtu.csproj Retarget Virtu to .NET Standard 2.0 2022-06-24 21:30:30 +10:00
Virtu.csproj.DotSettings Bump C# language level for ReSharper/Rider 2020-12-22 20:07:35 +10:00
Virtu.sln Break off Virtu into its own dll 2015-04-15 22:13:54 +00:00
Virtu.sln.DotSettings Apple II - refactor states to use Serializer (#1859) 2020-02-22 09:53:56 -06:00