mirror of
https://github.com/digital-jellyfish/Virtu.git
synced 2024-11-27 15:52:12 +00:00
Split ROMs used to AppleIIe.rom and DiskII.rom which can be found on the internet.
--HG-- extra : convert_revision : svn%3Affd33b8c-2492-42e0-bdc5-587b920b7d6d/trunk%4019235
This commit is contained in:
parent
91fb331fd7
commit
1af55a3406
@ -89,16 +89,14 @@ public override void Initialize()
|
|||||||
_speaker = Machine.Speaker;
|
_speaker = Machine.Speaker;
|
||||||
_video = Machine.Video;
|
_video = Machine.Video;
|
||||||
|
|
||||||
Stream romStream = GetRomStream("Apple2e.rom", 0x5000);
|
Stream romStream = GetRomStream("AppleIIe.rom", 0x4000);
|
||||||
romStream.Seek(0x0100, SeekOrigin.Current);
|
|
||||||
romStream.ReadBlock(_romExternalRegionC1CF, 0x0000, 0x0F00);
|
|
||||||
romStream.Seek(0x0100, SeekOrigin.Current);
|
romStream.Seek(0x0100, SeekOrigin.Current);
|
||||||
romStream.ReadBlock(_romInternalRegionC1CF, 0x0000, 0x0F00);
|
romStream.ReadBlock(_romInternalRegionC1CF, 0x0000, 0x0F00);
|
||||||
romStream.ReadBlock(_romRegionD0DF, 0x0000, 0x1000);
|
romStream.ReadBlock(_romRegionD0DF, 0x0000, 0x1000);
|
||||||
romStream.ReadBlock(_romRegionE0FF, 0x0000, 0x2000);
|
romStream.ReadBlock(_romRegionE0FF, 0x0000, 0x2000);
|
||||||
|
|
||||||
romStream = GetRomStream("Printer.rom", 0x0100);
|
romStream = GetRomStream("DiskII.rom", 0x0100);
|
||||||
romStream.ReadBlock(_romExternalRegionC1CF, 0x0000, 0x0100);
|
romStream.ReadBlock(_romExternalRegionC1CF, 0x0500, 0x0100);
|
||||||
|
|
||||||
if ((ReadRomRegionE0FF(0xFBB3) == 0x06) && (ReadRomRegionE0FF(0xFBBF) == 0xC1))
|
if ((ReadRomRegionE0FF(0xFBB3) == 0x06) && (ReadRomRegionE0FF(0xFBBF) == 0xC1))
|
||||||
{
|
{
|
||||||
|
Binary file not shown.
@ -168,11 +168,11 @@
|
|||||||
</Page>
|
</Page>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Resource Include="..\Roms\Apple2e.rom">
|
<Resource Include="..\Roms\AppleIIe.rom">
|
||||||
<Link>Roms\Apple2e.rom</Link>
|
<Link>Roms\AppleIIe.rom</Link>
|
||||||
</Resource>
|
</Resource>
|
||||||
<Resource Include="..\Roms\Printer.rom">
|
<Resource Include="..\Roms\DiskII.rom">
|
||||||
<Link>Roms\Printer.rom</Link>
|
<Link>Roms\DiskII.rom</Link>
|
||||||
</Resource>
|
</Resource>
|
||||||
<None Include="Properties\AppManifest.xml" />
|
<None Include="Properties\AppManifest.xml" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
@ -167,11 +167,11 @@
|
|||||||
<Compile Include="Services\WpfKeyboardService.cs" />
|
<Compile Include="Services\WpfKeyboardService.cs" />
|
||||||
<Compile Include="Services\WpfStorageService.cs" />
|
<Compile Include="Services\WpfStorageService.cs" />
|
||||||
<Compile Include="Services\WpfVideoService.cs" />
|
<Compile Include="Services\WpfVideoService.cs" />
|
||||||
<Resource Include="..\Roms\Apple2e.rom">
|
<Resource Include="..\Roms\AppleIIe.rom">
|
||||||
<Link>Roms\Apple2e.rom</Link>
|
<Link>Roms\AppleIIe.rom</Link>
|
||||||
</Resource>
|
</Resource>
|
||||||
<Resource Include="..\Roms\Printer.rom">
|
<Resource Include="..\Roms\DiskII.rom">
|
||||||
<Link>Roms\Printer.rom</Link>
|
<Link>Roms\DiskII.rom</Link>
|
||||||
</Resource>
|
</Resource>
|
||||||
<AppDesigner Include="Properties\" />
|
<AppDesigner Include="Properties\" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
@ -212,11 +212,11 @@
|
|||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Resource Include="..\Roms\Apple2e.rom">
|
<Resource Include="..\Roms\AppleIIe.rom">
|
||||||
<Link>Roms\Apple2e.rom</Link>
|
<Link>Roms\AppleIIe.rom</Link>
|
||||||
</Resource>
|
</Resource>
|
||||||
<Resource Include="..\Roms\Printer.rom">
|
<Resource Include="..\Roms\DiskII.rom">
|
||||||
<Link>Roms\Printer.rom</Link>
|
<Link>Roms\DiskII.rom</Link>
|
||||||
</Resource>
|
</Resource>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
@ -232,11 +232,11 @@
|
|||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Resource Include="..\Roms\Apple2e.rom">
|
<Resource Include="..\Roms\AppleIIe.rom">
|
||||||
<Link>Roms\Apple2e.rom</Link>
|
<Link>Roms\AppleIIe.rom</Link>
|
||||||
</Resource>
|
</Resource>
|
||||||
<Resource Include="..\Roms\Printer.rom">
|
<Resource Include="..\Roms\DiskII.rom">
|
||||||
<Link>Roms\Printer.rom</Link>
|
<Link>Roms\DiskII.rom</Link>
|
||||||
</Resource>
|
</Resource>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
Loading…
Reference in New Issue
Block a user