garbodev disconnected and moved to attic/
This commit is contained in:
parent
4784ab2006
commit
43396d4b39
|
@ -231,18 +231,6 @@
|
|||
<Compile Include="Consoles\Nintendo\Gameboy\Gambatte.cs" />
|
||||
<Compile Include="Consoles\Nintendo\Gameboy\GBColors.cs" />
|
||||
<Compile Include="Consoles\Nintendo\Gameboy\LibGambatte.cs" />
|
||||
<Compile Include="Consoles\Nintendo\GBAAlt\Arm7Processor.cs" />
|
||||
<Compile Include="Consoles\Nintendo\GBAAlt\ArmCore.cs" />
|
||||
<Compile Include="Consoles\Nintendo\GBAAlt\FastArmCore.cs" />
|
||||
<Compile Include="Consoles\Nintendo\GBAAlt\FastDispatchCore.cs" />
|
||||
<Compile Include="Consoles\Nintendo\GBAAlt\GbaManager.cs" />
|
||||
<Compile Include="Consoles\Nintendo\GBAAlt\IRenderer.cs" />
|
||||
<Compile Include="Consoles\Nintendo\GBAAlt\Memory.cs" />
|
||||
<Compile Include="Consoles\Nintendo\GBAAlt\Renderer.cs" />
|
||||
<Compile Include="Consoles\Nintendo\GBAAlt\Renderers.cs" />
|
||||
<Compile Include="Consoles\Nintendo\GBAAlt\SoundManager.cs" />
|
||||
<Compile Include="Consoles\Nintendo\GBAAlt\ThumbCore.cs" />
|
||||
<Compile Include="Consoles\Nintendo\GBAAlt\VideoManager.cs" />
|
||||
<Compile Include="Consoles\Nintendo\GBA\LibMeteor.cs" />
|
||||
<Compile Include="Consoles\Nintendo\GBA\Meteor.cs" />
|
||||
<Compile Include="Consoles\Nintendo\NES\APU.cs" />
|
||||
|
|
|
@ -1928,8 +1928,8 @@ namespace BizHawk.MultiClient
|
|||
MessageBox.Show("Unable to find the required GBA BIOS file - \n" + gbabios, "Unable to load BIOS", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||
throw new Exception();
|
||||
}
|
||||
//GBA gba = new GBA(nextComm);
|
||||
var gba = new GarboDev.GbaManager(nextComm);
|
||||
GBA gba = new GBA(nextComm);
|
||||
//var gba = new GarboDev.GbaManager(nextComm);
|
||||
gba.Load(rom.RomData, gbabios);
|
||||
nextEmulator = gba;
|
||||
}
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
garbodev with a quick iemulator binding. license uncertain.
|
||||
|
||||
basic functionality works (gets ingame on a number of commercial titles).
|
||||
|
||||
no GB classic sound channels.
|
||||
no savestates.
|
||||
lots of things not hooked up (saveram, etc)
|
Loading…
Reference in New Issue