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/windows/windows.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/windows/windows.mak')
-rw-r--r-- | src/osd/windows/windows.mak | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/osd/windows/windows.mak b/src/osd/windows/windows.mak index cc488a77eb8..07283be259f 100644 --- a/src/osd/windows/windows.mak +++ b/src/osd/windows/windows.mak @@ -317,7 +317,6 @@ OSDCOREOBJS = \ $(WINOBJ)/winsocket.o \ $(WINOBJ)/winwork.o \ $(WINOBJ)/winptty.o \ - $(WINOBJ)/winmidi.o #------------------------------------------------- |