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;
|
||||
_video = Machine.Video;
|
||||
|
||||
Stream romStream = GetRomStream("Apple2e.rom", 0x5000);
|
||||
romStream.Seek(0x0100, SeekOrigin.Current);
|
||||
romStream.ReadBlock(_romExternalRegionC1CF, 0x0000, 0x0F00);
|
||||
Stream romStream = GetRomStream("AppleIIe.rom", 0x4000);
|
||||
romStream.Seek(0x0100, SeekOrigin.Current);
|
||||
romStream.ReadBlock(_romInternalRegionC1CF, 0x0000, 0x0F00);
|
||||
romStream.ReadBlock(_romRegionD0DF, 0x0000, 0x1000);
|
||||
romStream.ReadBlock(_romRegionE0FF, 0x0000, 0x2000);
|
||||
|
||||
romStream = GetRomStream("Printer.rom", 0x0100);
|
||||
romStream.ReadBlock(_romExternalRegionC1CF, 0x0000, 0x0100);
|
||||
romStream = GetRomStream("DiskII.rom", 0x0100);
|
||||
romStream.ReadBlock(_romExternalRegionC1CF, 0x0500, 0x0100);
|
||||
|
||||
if ((ReadRomRegionE0FF(0xFBB3) == 0x06) && (ReadRomRegionE0FF(0xFBBF) == 0xC1))
|
||||
{
|
||||
|
Binary file not shown.
@ -168,11 +168,11 @@
|
||||
</Page>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Resource Include="..\Roms\Apple2e.rom">
|
||||
<Link>Roms\Apple2e.rom</Link>
|
||||
<Resource Include="..\Roms\AppleIIe.rom">
|
||||
<Link>Roms\AppleIIe.rom</Link>
|
||||
</Resource>
|
||||
<Resource Include="..\Roms\Printer.rom">
|
||||
<Link>Roms\Printer.rom</Link>
|
||||
<Resource Include="..\Roms\DiskII.rom">
|
||||
<Link>Roms\DiskII.rom</Link>
|
||||
</Resource>
|
||||
<None Include="Properties\AppManifest.xml" />
|
||||
</ItemGroup>
|
||||
|
@ -167,11 +167,11 @@
|
||||
<Compile Include="Services\WpfKeyboardService.cs" />
|
||||
<Compile Include="Services\WpfStorageService.cs" />
|
||||
<Compile Include="Services\WpfVideoService.cs" />
|
||||
<Resource Include="..\Roms\Apple2e.rom">
|
||||
<Link>Roms\Apple2e.rom</Link>
|
||||
<Resource Include="..\Roms\AppleIIe.rom">
|
||||
<Link>Roms\AppleIIe.rom</Link>
|
||||
</Resource>
|
||||
<Resource Include="..\Roms\Printer.rom">
|
||||
<Link>Roms\Printer.rom</Link>
|
||||
<Resource Include="..\Roms\DiskII.rom">
|
||||
<Link>Roms\DiskII.rom</Link>
|
||||
</Resource>
|
||||
<AppDesigner Include="Properties\" />
|
||||
</ItemGroup>
|
||||
|
@ -212,11 +212,11 @@
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Resource Include="..\Roms\Apple2e.rom">
|
||||
<Link>Roms\Apple2e.rom</Link>
|
||||
<Resource Include="..\Roms\AppleIIe.rom">
|
||||
<Link>Roms\AppleIIe.rom</Link>
|
||||
</Resource>
|
||||
<Resource Include="..\Roms\Printer.rom">
|
||||
<Link>Roms\Printer.rom</Link>
|
||||
<Resource Include="..\Roms\DiskII.rom">
|
||||
<Link>Roms\DiskII.rom</Link>
|
||||
</Resource>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
@ -232,11 +232,11 @@
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Resource Include="..\Roms\Apple2e.rom">
|
||||
<Link>Roms\Apple2e.rom</Link>
|
||||
<Resource Include="..\Roms\AppleIIe.rom">
|
||||
<Link>Roms\AppleIIe.rom</Link>
|
||||
</Resource>
|
||||
<Resource Include="..\Roms\Printer.rom">
|
||||
<Link>Roms\Printer.rom</Link>
|
||||
<Resource Include="..\Roms\DiskII.rom">
|
||||
<Link>Roms\DiskII.rom</Link>
|
||||
</Resource>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
Loading…
Reference in New Issue
Block a user