mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
32x: vints, dram read, hw divider. Doom runs, but fragile to timing
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@792 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
a44737c187
commit
97d3f47fbe
3 changed files with 43 additions and 5 deletions
|
@ -92,6 +92,8 @@ static void p32x_start_blank(void)
|
|||
Pico32xSwapDRAM(Pico32x.pending_fb ^ 1);
|
||||
}
|
||||
|
||||
Pico32x.sh2irqs |= P32XI_VINT;
|
||||
p32x_update_irls();
|
||||
p32x_poll_event(1);
|
||||
}
|
||||
|
||||
|
@ -122,7 +124,7 @@ static __inline void SekRunM68k(int cyc)
|
|||
|
||||
// ~1463.8, but due to cache misses and slow mem
|
||||
// it's much lower than that
|
||||
#define SH2_LINE_CYCLES 700
|
||||
#define SH2_LINE_CYCLES 735
|
||||
|
||||
#define PICO_32X
|
||||
#define RUN_SH2S \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue