System: Basic timings for GPU scanout
This commit is contained in:
@@ -15,4 +15,10 @@ enum class MemoryAccessSize : u32
|
||||
Byte,
|
||||
HalfWord,
|
||||
Word
|
||||
};
|
||||
};
|
||||
|
||||
using TickCount = s32;
|
||||
|
||||
static constexpr TickCount MASTER_CLOCK = 44100 * 0x300; // 33868800Hz or 33.8688MHz, also used as CPU clock
|
||||
static constexpr TickCount MAX_CPU_SLICE_SIZE = MASTER_CLOCK / 10;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user