Merge pull request #6689 from cam900/patch-144

jaguar.cpp: Add info for debugging
This commit is contained in:
R. Belmont 2020-05-19 20:35:24 -04:00 committed by GitHub
commit 2b73fcec1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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