From 318952746f2c395b422df1d8ca08eb40b37da42f Mon Sep 17 00:00:00 2001 From: Giuseppe Gorgoglione Date: Mon, 15 Aug 2016 19:07:37 +0200 Subject: gba: make video subsystem into a device Additional info taken from http://problemkaputt.de/gbatek.htm by Martin Korth --- scripts/src/video.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'scripts/src') diff --git a/scripts/src/video.lua b/scripts/src/video.lua index 95cccd99bfe..8958c7e3852 100644 --- a/scripts/src/video.lua +++ b/scripts/src/video.lua @@ -876,3 +876,15 @@ if (VIDEOS["GB_LCD"]~=null) then MAME_DIR .. "src/devices/video/gb_lcd.h", } end + +-------------------------------------------------- +-- +--@src/devices/video/gba_lcd.h,VIDEOS["GBA_LCD"] = true +-------------------------------------------------- + +if (VIDEOS["GBA_LCD"]~=null) then + files { + MAME_DIR .. "src/devices/video/gba_lcd.cpp", + MAME_DIR .. "src/devices/video/gba_lcd.h", + } +end -- cgit v1.2.3-70-g09d2