remove debug code from last commit
This commit is contained in:
parent
1ada77e51f
commit
817efd6598
|
@ -26,10 +26,6 @@
|
|||
public override byte ReadBus(ushort addr)
|
||||
{
|
||||
var off = addr - 0x800;
|
||||
if (off >= ROM.Length)
|
||||
{
|
||||
System.Diagnostics.Debugger.Break();
|
||||
}
|
||||
return ROM[off];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue