summaryrefslogtreecommitdiffstatshomepage
path: root/plugins
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2023-12-14 13:14:26 +1100
committer Vas Crabb <vas@vastheman.com>2023-12-14 13:14:26 +1100
commit59cbd883f8196ec7d3582f5e9f1e0f93233aae78 (patch)
tree121f53eb40bfb1547d232e3f47927cc67690c6b6 /plugins
parent0a9779a433d359d0d1934dfdfde55183189257bb (diff)
sega/sega_beena.cpp: Hooked up barcode cards.
Systems promoted to working --------------------------- Sega TV Ocha-Ken [QUFB] Software list items promoted to working (tvochken.xml) ------------------------------------------------------ TV to Ocha-Card: Ocha-Ken 'Ho' to Seikatsu [Vas Crabb]
Diffstat (limited to 'plugins')
-rw-r--r--plugins/layout/init.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/layout/init.lua b/plugins/layout/init.lua
index e2da4c196e4..e4466a15912 100644
--- a/plugins/layout/init.lua
+++ b/plugins/layout/init.lua
@@ -19,6 +19,12 @@ function layout.startplugin()
local env = {
machine = manager.machine,
emu = {
+ device_enumerator = emu.device_enumerator,
+ palette_enumerator = emu.palette_enumerator,
+ screen_enumerator = emu.screen_enumerator,
+ cassette_enumerator = emu.cassette_enumerator,
+ image_enumerator = emu.image_enumerator,
+ slot_enumerator = emu.slot_enumerator,
attotime = emu.attotime,
render_bounds = emu.render_bounds,
render_color = emu.render_color,