diff options
author | 2014-04-25 07:31:27 +0000 | |
---|---|---|
committer | 2014-04-25 07:31:27 +0000 | |
commit | f8f3d681876e2b39333e01b9bdb52ba61a5bfbe1 (patch) | |
tree | 32bbd8d8fc657b7c5c6a96412e9f917555c0697a /src/osd/sdl/sdl.mak | |
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 'src/osd/sdl/sdl.mak')
-rw-r--r-- | src/osd/sdl/sdl.mak | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/osd/sdl/sdl.mak b/src/osd/sdl/sdl.mak index 9d92061ab3a..4bbe10d372f 100644 --- a/src/osd/sdl/sdl.mak +++ b/src/osd/sdl/sdl.mak @@ -397,7 +397,6 @@ OSDOBJS = \ $(SDLOBJ)/window.o \ $(SDLOBJ)/output.o \ $(SDLOBJ)/watchdog.o \ - $(SDLOBJ)/sdlmidi.o ifdef NO_USE_MIDI DEFS += -DDISABLE_MIDI=1 |