2013-04-14 20:39:19 +00:00
|
|
|
|
using EMU7800.Core;
|
2012-10-23 03:33:57 +00:00
|
|
|
|
|
2012-12-12 18:17:30 +00:00
|
|
|
|
namespace BizHawk.Emulation
|
2012-10-23 03:33:57 +00:00
|
|
|
|
{
|
|
|
|
|
partial class Atari7800
|
|
|
|
|
{
|
|
|
|
|
public byte[] rom;
|
2012-12-12 03:40:18 +00:00
|
|
|
|
//Bios7800 NTSC_BIOS;
|
|
|
|
|
//Bios7800 PAL_BIOS;
|
2012-10-23 03:33:57 +00:00
|
|
|
|
public byte[] hsbios;
|
2012-12-12 03:40:18 +00:00
|
|
|
|
public byte[] bios;
|
2012-10-23 03:33:57 +00:00
|
|
|
|
Cart cart;
|
2012-12-12 03:40:18 +00:00
|
|
|
|
MachineBase theMachine;
|
|
|
|
|
EMU7800.Win.GameProgram GameInfo;
|
2012-12-12 03:47:05 +00:00
|
|
|
|
public byte[] hsram = new byte[2048];
|
2012-10-23 03:33:57 +00:00
|
|
|
|
}
|
|
|
|
|
}
|