SplitScript reference / SMSEmulator
SMSEmulator
record
record SMSEmulator
Retains a discovered Sega Master System or Game Gear memory mapping.
The mapping covers the console's 8 KiB work RAM. Fusion retains the native pointer that can move while the emulator runs; other supported backends keep a stable base and validate libretro core lifetime where applicable.
Examples
Use the attached Master System memory provider
let emulator: SMSEmulator = sms
Methods
| Member | Description | Available through |
|---|---|---|
| read | Reads a typed value from emulated Master System work RAM. |