remove debug code from last commit

This commit is contained in:
CasualPokePlayer 2024-09-04 18:25:14 -07:00
parent 1ada77e51f
commit 817efd6598
1 changed files with 0 additions and 4 deletions

View File

@ -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];
}