mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2024-11-25 12:06:54 +01:00
Switch to smsplus64
This commit is contained in:
parent
0d30a6f3b9
commit
5a0220aff7
@ -22,6 +22,7 @@ Menu currently supports the following emulators and associated ROM file names:
|
|||||||
- **NES**: [neon64v2](https://github.com/hcs64/neon64v2/releases) by *hcs64* - `neon64bu.rom`
|
- **NES**: [neon64v2](https://github.com/hcs64/neon64v2/releases) by *hcs64* - `neon64bu.rom`
|
||||||
- **SNES**: [sodium64](https://github.com/Hydr8gon/sodium64/releases) by *Hydr8gon* - `sodium64.z64`
|
- **SNES**: [sodium64](https://github.com/Hydr8gon/sodium64/releases) by *Hydr8gon* - `sodium64.z64`
|
||||||
- **Game Boy** / **GB Color**: [gb64](https://lambertjamesd.github.io/gb64/romwrapper/romwrapper.html) by *lambertjamesd* - `gb.v64` / `gbc.v64` ("Download Emulator" button)
|
- **Game Boy** / **GB Color**: [gb64](https://lambertjamesd.github.io/gb64/romwrapper/romwrapper.html) by *lambertjamesd* - `gb.v64` / `gbc.v64` ("Download Emulator" button)
|
||||||
|
- **SMS** / **GG**: [smsPlus64](https://github.com/fhoedemakers/smsplus64/releases) by *fhoedmakers* - `smsPlus64.z64`
|
||||||
|
|
||||||
|
|
||||||
### 64DD disk support
|
### 64DD disk support
|
||||||
@ -48,7 +49,8 @@ SD:\
|
|||||||
│ ├── neon64bu.rom
|
│ ├── neon64bu.rom
|
||||||
│ ├── sodium64.z64
|
│ ├── sodium64.z64
|
||||||
│ ├── gb.v64
|
│ ├── gb.v64
|
||||||
│ └── gbc.v64
|
│ ├── gbc.v64
|
||||||
|
│ └── smsPlus64.v64
|
||||||
│
|
│
|
||||||
├── (a rom).z64
|
├── (a rom).z64
|
||||||
├── (a rom).n64
|
├── (a rom).n64
|
||||||
|
@ -177,7 +177,7 @@ cart_load_err_t cart_load_emulator (menu_t *menu, cart_load_emu_type_t emu_type,
|
|||||||
save_type = FLASHCART_SAVE_TYPE_FLASHRAM_1MBIT;
|
save_type = FLASHCART_SAVE_TYPE_FLASHRAM_1MBIT;
|
||||||
break;
|
break;
|
||||||
case CART_LOAD_EMU_TYPE_SEGA_GENERIC_8BIT:
|
case CART_LOAD_EMU_TYPE_SEGA_GENERIC_8BIT:
|
||||||
path_push(path, "TotalSMS.z64");
|
path_push(path, "smsPlus64.z64");
|
||||||
save_type = FLASHCART_SAVE_TYPE_SRAM_256KBIT;
|
save_type = FLASHCART_SAVE_TYPE_SRAM_256KBIT;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user