mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-15 18:15:47 -04:00
BIOS: Add support for loading PS2 BIOSes
This commit is contained in:
@ -9,7 +9,8 @@ namespace BIOS {
|
||||
enum : u32
|
||||
{
|
||||
BIOS_BASE = 0x1FC00000,
|
||||
BIOS_SIZE = 0x80000
|
||||
BIOS_SIZE = 0x80000,
|
||||
BIOS_SIZE_PS2 = 0x400000
|
||||
};
|
||||
|
||||
using Image = std::vector<u8>;
|
||||
|
Reference in New Issue
Block a user