diff options
| author | 2014-04-25 07:31:27 +0000 | |
|---|---|---|
| committer | 2014-04-25 07:31:27 +0000 | |
| commit | f8f3d681876e2b39333e01b9bdb52ba61a5bfbe1 (patch) | |
| tree | 32bbd8d8fc657b7c5c6a96412e9f917555c0697a /makefile | |
| parent | fbef800627be494a0ab1592a83fa7c76cd63475d (diff) | |
-Made osd_interface base class for OSD and moved initialization for each subsystem in it as virtual calls. (nw)
-Moved midi handling in base class
-Cleaned running_machine of information of next machine
-All is cleaned after exiting of running_machine so debugger window is removed as well till next machine is started
-Made osdmini to compile
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -366,6 +366,10 @@ PREFIXSDL = sdl endif endif +ifeq ($(OSD),osdmini) +PREFIXSDL = mini +endif + # 64-bit builds get a '64' suffix ifeq ($(PTR64),1) SUFFIX64 = 64 |
