Added SNES SuperFX hardware type

This commit is contained in:
Joel Smith 2020-04-19 19:06:32 -07:00
parent 6bd9342584
commit d220212bdf
1 changed files with 2 additions and 0 deletions

View File

@ -17,12 +17,14 @@ local lorom_name = 'LoROM'
-- http://old.smwiki.net/wiki/Internal_ROM_Header
-- https://en.wikibooks.org/wiki/Super_NES_Programming/SNES_memory_map
-- https://patpend.net/technical/snes/sneskart.html
-- https://snesdev.mesen.ca/wiki/index.php
local hardware_type = {
[0x00] = "ROM Only",
[0x01] = "ROM and RAM",
[0x02] = "ROM and Save RAM",
[0x03] = "ROM and DSP1",
[0x13] = "ROM and SuperFX",
[0x43] = "ROM and S-DD1",
[0xF3] = "ROM and CX4",