jaguar.cpp: Add notes of debugging feature

GPU code can be executed out of external RAM, Reference: Midsummer Technical Reference Manual
This commit is contained in:
cam900 2020-05-13 21:33:48 +09:00 committed by GitHub
parent 487e5eea67
commit e09b05bd58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -481,7 +481,7 @@ void jaguargpu_cpu_device::execute_run()
do
{
/* debugging */
//if (PC < 0xf03000 || PC > 0xf04000) { fatalerror("GPU: PC = %06X (ppc = %06X)\n", PC, m_ppc); }
//if ((m_version < 3) && (PC < 0xf03000 || PC > 0xf04000)) { fatalerror("GPU: PC = %06X (ppc = %06X)\n", PC, m_ppc); }
m_ppc = PC;
debugger_instruction_hook(PC);