mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
famec hack, CPU debug in CD mode
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@292 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
9caf44b59b
commit
b5e5172d04
11 changed files with 279 additions and 66 deletions
|
@ -2011,7 +2011,8 @@ void m68ki_exception_interrupt(uint int_level)
|
|||
FLAG_INT_MASK = int_level<<8;
|
||||
|
||||
/* Get the new PC */
|
||||
new_pc = m68ki_read_data_32((vector<<2) + REG_VBR);
|
||||
//new_pc = m68ki_read_data_32((vector<<2) + REG_VBR);
|
||||
new_pc = m68k_read_immediate_32((vector<<2) + REG_VBR); // notaz hack
|
||||
|
||||
/* If vector is uninitialized, call the uninitialized interrupt vector */
|
||||
if(new_pc == 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue