From 59cbd883f8196ec7d3582f5e9f1e0f93233aae78 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Thu, 14 Dec 2023 13:14:26 +1100 Subject: 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] --- plugins/layout/init.lua | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'plugins') 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, -- cgit v1.2.3