mirror of
https://github.com/holub/mame
synced 2025-05-19 20:29:09 +03:00
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:
parent
487e5eea67
commit
e09b05bd58
@ -481,7 +481,7 @@ void jaguargpu_cpu_device::execute_run()
|
|||||||
do
|
do
|
||||||
{
|
{
|
||||||
/* debugging */
|
/* 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;
|
m_ppc = PC;
|
||||||
debugger_instruction_hook(PC);
|
debugger_instruction_hook(PC);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user