mess.lua: Add BUSES["BBC_ROM"] (nw)

This commit is contained in:
Nigel Barnes 2019-01-16 21:35:03 +00:00
parent 01ef9a6a44
commit ffea1999ab

View File

@ -707,6 +707,7 @@ BUSES["BBC_JOYPORT"] = true
BUSES["BBC_1MHZBUS"] = true BUSES["BBC_1MHZBUS"] = true
BUSES["BBC_TUBE"] = true BUSES["BBC_TUBE"] = true
BUSES["BBC_USERPORT"] = true BUSES["BBC_USERPORT"] = true
BUSES["BBC_ROM"] = true
BUSES["BML3"] = true BUSES["BML3"] = true
BUSES["BW2"] = true BUSES["BW2"] = true
BUSES["C64"] = true BUSES["C64"] = true