Bus: Adjust memory access and MMIO timing
Hasn't broken anything yet, but needs more thorough testing.
This commit is contained in:
@ -140,13 +140,6 @@ private:
|
||||
MEMCTRL_REG_COUNT = 9
|
||||
};
|
||||
|
||||
enum : TickCount
|
||||
{
|
||||
RAM_READ_ACCESS_DELAY = 5, // Nocash docs say RAM takes 6 cycles to access. Subtract one because we already add a
|
||||
// tick for the instruction.
|
||||
RAM_WRITE_ACCESS_DELAY = 0, // Writes are free unless we're executing more than 4 stores in a row.
|
||||
};
|
||||
|
||||
union MEMDELAY
|
||||
{
|
||||
u32 bits;
|
||||
|
||||
Reference in New Issue
Block a user