mame/scripts/src
yz70s 4f5f5c6c92 i386.cpp: prepare to change hxx files into regular cpp files (nw)
-change order of include files at top of i386.cpp
-move some routines between i386.cpp and i386priv.h
-move part of x87ops.hxx into new file x87priv.h
.
Now you only have to rename the hxx files to cpp and add the following
at the top of each one
.
 #include "emu.h"
 #include "i386.h"
 #include "i386priv.h"
 #include "x87priv.h"
 #include "cycles.h"
 #include "debugger.h"
 #include "debug/debugcpu.h"
 #undef i386
2018-11-03 10:25:11 +01:00
..
mame Enable use of system-wide asio, glm and rapidjson (#3172) 2018-02-08 16:06:25 -05:00
osd taptun: add support for Windows (#3790) 2018-07-30 18:52:11 +10:00
3rdparty.lua softfloat3: fix msvc build (nw) (#3566) 2018-05-14 09:18:24 -04:00
benchmarks.lua srcclean (nw) 2016-09-26 04:51:59 +10:00
bus.lua bbcmc: Added expansion port and Mertec Companion expansion device. 2018-10-26 17:42:36 +01:00
cpu.lua i386.cpp: prepare to change hxx files into regular cpp files (nw) 2018-11-03 10:25:11 +01:00
devices.lua Enable use of system-wide asio, glm and rapidjson (#3172) 2018-02-08 16:06:25 -05:00
emu.lua Better support for screen orientation/geometry: 2018-07-26 23:11:02 +10:00
formats.lua New machines marked as NOT_WORKING 2018-03-21 20:53:11 +00:00
lib.lua dvdisasm: Overhaul [O. Galibert] 2017-11-26 17:41:27 +01:00
machine.lua aic6250: new device (nw) 2018-10-31 18:19:24 +07:00
main.lua Don't error on undefined GL symbols for the WebAssembly target (#4187) 2018-10-23 21:52:39 -07:00
netlist.lua A large portion of the Atari Gran Trak 10 schematics (1974) 2018-07-28 11:37:12 -03:00
sound.lua Add huc6230 Emulation (#3829) 2018-08-23 21:47:41 -04:00
tests.lua srcclean (nw) 2017-02-19 11:40:55 +11:00
tools.lua Reshuffle some stuff: 2018-03-28 05:25:15 +11:00
video.lua Preliminary emulation of National DP8350 CRT controller family 2018-09-25 00:51:14 -04:00