mirror of
https://github.com/MiSTer-devel/Main_MiSTer.git
synced 2026-04-12 03:04:02 +00:00
SNES: move MSU1 data buffer for bigger video buffer.
This commit is contained in:
@@ -374,10 +374,10 @@ void snes_msu_init(const char* name)
|
||||
|
||||
printf("MSU: enable cd: %d\n", has_cd);
|
||||
|
||||
if (size && size < 0x1F500000)
|
||||
if (size && size < 0x1F200000)
|
||||
{
|
||||
msu_send_command((0x20300000ULL << 16) | MSU_DATA_BASE);
|
||||
user_io_file_tx(SelectedPath, 3, 0, 0, 0, 0x20300000);
|
||||
msu_send_command((0x20600000ULL << 16) | MSU_DATA_BASE);
|
||||
user_io_file_tx(SelectedPath, 3, 0, 0, 0, 0x20600000);
|
||||
}
|
||||
|
||||
msu_send_command((has_cd << 15) | MSU_CD_SET);
|
||||
|
||||
Reference in New Issue
Block a user