Miodrag Milanovic
37c94e3373
Update windows to use platform independent watchdog implementation (nw)
2016-04-15 16:01:35 +02:00
Miodrag Milanovic
59662e6c71
moved osdsync to root of OSD, removed osdmini (nw)
2016-04-15 15:19:24 +02:00
Sune Vuorela
3176347abc
Pass explicit -qt5 to all moc and qmake calls.
...
Some systems like Debian, Ubuntu and other derivatives, expect qtchooser
will be used to select the appropriate Qt version, as Qt5 and Qt4 can
co-exist.
As MAME's build system does calls to moc and qmake directly, and Qt5 is
now the required version for the debugger, pass -qt5 to all moc and qmake
calls to avoid the build fail.
2016-04-15 11:43:52 +02:00
etabeta78
8a9e872224
neogeo: reworked inputs to work through the slot device interface.
...
you can now configure the controllers available in the multicart
driver (neogeo) with the -crtl1 and -ctrl2 options. when you run single
game drivers (e.g. mslug, or kof94, etc.), instead, a unique controller
is available and cannot be modified. [Fabio Priuli]
2016-04-14 18:36:34 +02:00
therealmogminer@gmail.com
99aa7eacd7
bgfx: Add data-driven render target clearing [Ryan Holtz]
2016-04-14 17:22:24 +02:00
etabeta78
af570db2d0
ng_aes.cpp: converted AES controllers to work through slot devices.
...
Also, separated more clearly the CD component by the base unit. [Fabio Priuli]
2016-04-13 23:31:07 +02:00
Miodrag Milanovic
79bfc4b153
Make support for absolute paths for debug dir (nw)
2016-04-12 16:14:02 +02:00
Miodrag Milanovic
c833268236
Added DEBUG_DIR and DEBUG_ARGS parameters, make sense right now for VS build (nw)
2016-04-12 15:43:15 +02:00
Vas Crabb
8795f92f35
Update expat to 2.1.1 for security and bug fixes
2016-04-12 20:53:04 +10:00
hap
d981b66bba
sm500: start on opcodes
2016-04-11 12:43:55 +02:00
dankan1890
5347076f49
submenu: merged some options menu. (nw)
2016-04-11 03:37:51 +02:00
etabeta78
465de15885
intv: Converted controller inputs to be slot devices. [Fabio Priuli]
...
intvecs: Converted hand controllers, keyboard and synth to be slot devices,
by using a temporary hack to workaround the impossibility to plug the same
device into 2 different slots as these keyboard require. [Fabio Priuli]
out of whatsnew: in the long term we need to come up with a core solution
for these devices that occupy multiple slot devices at once (another one is
the VCS Compumate which plugs into both VCS control ports), because the
hack I used (a "fake" control port which acts as a passthru for the two real
control ports) is not really satisfactory. However, current solution is better
than the selectable controllers we had, which were (ab)using
PORT_CONDITIONs...
2016-04-10 17:54:51 +02:00
Miodrag Milanovic
ffbe0c66be
Basic TCP server based on libuv [Inaki Baz Castillo,Miodrag Milanovic]
2016-04-10 17:03:51 +02:00
Vas Crabb
0c502775b6
remove ui/ui.h dependency from emu.h (for couriersud)
2016-04-10 17:48:38 +10:00
Branimir Karadžić
cceb3a32b7
Update to latest BGFX (nw)
2016-04-10 09:16:09 +02:00
couriersud
5f6e20d6a6
Fix SDL build on linux:
...
- removed inclusion of SDL headers in all headers.
- replaced those by forward declarations and in one case by a wrapper
class (for a typedef struct).
- added -Wno-strict-prototypes to 7z build (gmake target)
2016-04-09 22:21:58 +02:00
Miodrag Milanovic
50071f4451
Fix windows compile (nw)
2016-04-09 15:22:25 +02:00
Miodrag Milanovic
a14994c6c0
Added skeleton for network output (nw)
2016-04-09 15:19:43 +02:00
Miodrag Milanovic
2f974586d6
Added none and console output providers (nw)
2016-04-09 15:19:43 +02:00
Miodrag Milanovic
39c9c8c5dc
Remove os dependant output handling (nw)
2016-04-09 15:19:43 +02:00
Vas Crabb
e925c494fe
Update LZMA SDK to 15.14
2016-04-09 21:52:08 +10:00
Dirk Best
4f1ffa851e
vtech1: Add support for the "Dick Smith VZ-200/300 RTTY Cartridge"
...
Appears to work fine, except we don't have a generic RTTY interface yet.
2016-04-08 19:55:09 +02:00
Miodrag Milanovic
2a0c7a0f0b
renamed memory.* to emumem.* (nw)
2016-04-08 10:15:48 +02:00
Miodrag Milanovic
dff2f2517a
separate mpeg audio as device, made building separate model3 possible (nw)
2016-04-07 18:15:07 +02:00
therealmogminer@gmail.com
4f66357f9e
Pull a bunch of screen chain code from drawbgfx to chainmanager where it belongs, nw
2016-04-06 17:02:31 +02:00
Olivier Galibert
69f5a2dcc8
Revert "bgfx fix for osx (nw)"
...
This reverts commit 9d99398208
.
Not needed anymore with my previous change.
2016-04-06 09:58:00 +02:00
Miodrag Milanovic
9d99398208
bgfx fix for osx (nw)
2016-04-06 08:35:01 +02:00
Miodrag Milanovic
06415edd9e
Added some more files to bgfx build and initialize imgui (nw)
2016-04-05 15:50:08 +02:00
Miodrag Milanovic
6f231bb61b
added missing files in build (nw)
2016-04-05 14:50:17 +02:00
hap
10cadefbe2
sm500 file placeholders
2016-04-05 11:33:05 +02:00
Brad Hughes
3dd8afd6c0
Hybrid DirectInput/XInput module
2016-04-04 22:01:00 -04:00
cracyc
817f19fcc1
luaengine: add plugin options menu [Carl]
2016-04-04 18:17:18 -05:00
Branimir Karadžić
e63f379a0e
Update BGFX to latest (nw)
2016-04-04 13:52:25 +02:00
Olivier Galibert
cdc04a9b7c
screen: POC||GTFO of svg rendering from inside the rom. [O. Galibert]
...
It's damn slow, ~50ms/frame on cdkong. Caching and/or hw accel will
solve that easily. It doesn't look very good, nanosvg need better
anti-aliasing. It also doesn't do texturing very well and images not
at all, so some of our current svgs won't look good. But all that's
fixable.
2016-04-04 11:33:34 +02:00
Miodrag Milanovic
bad2e6199e
Not needed anymore after move to C++11 features (nw)
2016-04-03 19:47:44 +02:00
Miodrag Milanovic
e0ea593f6d
Make it cleaner (nw)
2016-04-03 19:14:44 +02:00
Miodrag Milanovic
cea094a3a3
moved aueffectutil to tools (nw)
2016-04-03 19:06:06 +02:00
Miodrag Milanovic
5e80a732aa
move clipboard handling on proper place (nw)
2016-04-03 17:55:10 +02:00
Miodrag Milanovic
d8aa889edf
merge main.cpp for windows platform (unicode) (nw)
2016-04-03 17:55:10 +02:00
Miodrag Milanovic
796f890450
removed testkeys (nw)
2016-04-03 17:19:41 +02:00
Miodrag Milanovic
bab5d21cef
moved windows resources (nw)
2016-04-03 17:19:41 +02:00
Miodrag Milanovic
bd0abfd004
moved emscripten resources (nw)
2016-04-03 17:19:41 +02:00
Jeffrey Clark
ca3e65e35f
refactor miscmenu and add adv menu (nw)
2016-04-03 07:02:38 +00:00
Miodrag Milanovic
731abe8ba0
Fixed joystick on Android preventing application to crash, cleanup init for SDL in total (nw)
2016-04-02 15:37:08 +02:00
Peter Ferrie
829a06b966
fix the MSVC build (nw)
...
I wonder how it could have ever worked. emu lacked zlib.h reference,
super80.cpp lacked UINT8 declaration.
2016-04-01 23:18:04 -07:00
Michael Zapf
13fce89d59
ti99_8: Chipset low-level emulation; ti99_4x: using new GROMs
2016-03-31 23:55:50 +02:00
Michael Zapf
ee6684ac85
New GROM implementation (TMC0430) with (almost) precise clock behavior
2016-03-30 23:50:39 +02:00
dankan1890
0bab931a80
Visual Studio 2015 netlist fix. (nw)
2016-03-30 19:09:40 +02:00
Miodrag Milanovic
b055af8907
Fix ldplayer issue (nw)
2016-03-29 10:17:19 +02:00
Miodrag Milanovic
9b3788035c
scrclean on lua scripts (nw)
2016-03-29 08:49:47 +02:00
Miodrag Milanovic
3fb7f61cfc
Fix building tools (nw)
2016-03-29 08:43:20 +02:00
Miodrag Milanovic
953d0f9b17
fix typo (nw)
2016-03-29 08:26:11 +02:00
Miodrag Milanovic
ee3edd0e2b
Add missing include (nw)
2016-03-29 08:24:17 +02:00
Jeffrey Clark
c3397ae4a9
fix include dirs (nw)
2016-03-29 00:45:53 -07:00
Jeffrey Clark
9d9c8fad6a
Extend system library support (nw)
...
Extend USE_SYSTEM_LIB_* to support providing the library name and include directory.
To link against system specific lib names and header path: (ref #711 )
USE_SYSTEM_LIB_LUA=lua5.3:/usr/include/lua5.3
2016-03-28 22:26:52 -05:00
Justin Kerk
f26ce9ee1d
Emscripten update (nw)
2016-03-28 21:50:41 +00:00
dankan1890
68ebc2b0e5
Visual Studio compile fix. (nw)
2016-03-28 22:57:35 +02:00
Miodrag Milanovic
2e3670efba
Small issues fix (nw)
2016-03-27 21:09:15 +02:00
Miodrag Milanovic
158c90cf11
Initial work to make MAME work on Android [Miodrag Milanovic]
2016-03-27 17:35:23 +02:00
couriersud
9d2f61ee92
netlist:
...
- more code optimization
- hide matrix_solver_t implementation
- use netlist_time for time deltas
2016-03-27 15:41:42 +02:00
arbee
c9bd18a22d
apple2: start reverse-engineering the AE PC Transporter card [R. Belmont]
2016-03-26 21:04:15 -04:00
Justin Kerk
1bd63ee7ed
Emscripten: include shadow-mask.png (nw)
2016-03-26 04:28:54 +00:00
Dirk Best
37a32099cd
svi318: preliminary support for the sv603 coleco game adapter
...
lacks controller support
2016-03-25 17:47:33 +01:00
Miodrag Milanovic
315612190b
Added parsing of plugin json files for machine_manager (nw)
2016-03-24 21:07:39 +01:00
Miodrag Milanovic
3bd130ebce
Change BGFX_CONFIG_MAX_FRAME_BUFFERS on proper way (nw)
2016-03-24 09:40:29 +01:00
couriersud
489e2919db
Netlist: code maintenance
...
- rename netlist_analog_t to analog_t
- straighten object model
- reduce access to member variables
- use pvector<analog_net_t::list_t> for groups.
- simple coverity fixes.
2016-03-23 22:03:26 +01:00
Justin Kerk
62d1e88e98
Update bgfx paths for Emscripten (nw)
2016-03-23 18:59:02 +00:00
therealmogminer@gmail.com
ba0a1d8d52
Merge bgfx_shader into master, nw
2016-03-23 17:55:55 +01:00
Justin Kerk
b961152eee
Allow command-line errors to work in Emscripten (nw)
2016-03-23 04:52:13 +00:00
therealmogminer@gmail.com
a99df78801
Merge with master
2016-03-21 08:27:06 +01:00
therealmogminer@gmail.com
825d575195
Fix lots of issues with bgfx
2016-03-21 03:43:02 +01:00
Miodrag Milanovic
be38f0515b
Now shader compile tools are built on host machine (nw)
2016-03-20 16:50:14 +01:00
Dirk Best
6c9aaf6979
svi318: add the sv602 single slot expander
2016-03-20 14:23:41 +01:00
Dirk Best
55ebe70ca9
svi318: add centronics interface card (sv802)
2016-03-20 14:23:27 +01:00
Miodrag Milanovic
593803fb48
Fixed issue with internal font (nw)
2016-03-20 09:31:04 +01:00
cracyc
8fc8fc5ca3
pcat_dyn: add sound and mark toursol working [Carl]
2016-03-19 21:13:00 -05:00
Brad Hughes
9328fa9028
Fix VS Build issue for WRL ComPtr
2016-03-19 21:43:27 -04:00
Miodrag Milanovic
95a2e4c2c6
compile BGFX for RPI as well (nw)
2016-03-19 16:09:34 +01:00
therealmogminer@gmail.com
1226b243a2
Make JSON error checking a lot more verbose
2016-03-19 05:44:38 +01:00
Ted Green
b79020559e
Added files to build and fixed override functions
2016-03-18 15:34:57 -06:00
balr0g
0e76e679c7
Rename 'tests' to 'mametests' to avoid name clash (nw)
2016-03-18 09:24:43 -04:00
Miodrag Milanovic
45f20a43c7
added attotime test for balrog (nw)
2016-03-18 14:00:16 +01:00
Vas Crabb
100fa28671
* Remove confusing method from vectorstreams that hide base_ios method (fixes disassembly view)
...
* Allow std::string to pass through core_file unmolested (reduces temporary allocations)
* Make zip/7z instances of same class with uniform interface
* zippath browsing is broken at the moment
This is another step towards transparent archive support. It's now
possible to access zip and 7z archives with the same code. Nothing is
taking advantage of it yet. There's now some very similar code in
fileio.cpp and clifront.cpp that could be folded at some point.
2016-03-18 19:32:10 +11:00
Dirk Best
de0d79e5e9
svi318: add support for the rs232 interface (sv805)
2016-03-17 23:57:04 +01:00
Dirk Best
776bfad1c1
svi318: add support for the 80 column card (sv806)
2016-03-17 03:06:00 +01:00
Justin Kerk
d0ce8784a7
Build more of font_sdl.cpp with Emscripten since there is an SDL2_ttf port now (nw)
2016-03-17 01:42:48 +00:00
Dirk Best
59a41ff1d7
svi318: rewrite banking, add expander bus, add svi601 super expander and
...
slot modules for the sv801 disk controller, sv803 16k memory epansion
and the sv807 64k memory expansion
2016-03-16 22:05:43 +01:00
hap
d76a9644cf
tms1k: split part 3, done
2016-03-16 02:59:29 +01:00
hap
1a479042cf
tms1k: split part 2, renamed folder tms0980 to tms1000
2016-03-16 01:33:56 +01:00
hap
ce5cb07631
tms1k: split part 2, renamed files
2016-03-16 01:26:37 +01:00
therealmogminer@gmail.com
b212e5dc2e
Add most of the rest of the D3D HLSL chain, nw
2016-03-15 05:17:38 +01:00
Vas Crabb
fc87913612
Fix SDL Windows build
2016-03-14 19:32:17 +11:00
Vas Crabb
42fbb9c396
Make osd_file a polymorphic class that's held with smart pointers
...
Make avi_file a class that's held with smart pointers, encapsulate various AVI I/O structures
Make zip_file and _7z_file classes rather than having free functions everywhere
Hide zip/7z class implementation behind an interface, no longer need to call close() to send back to the cache
Don't dump as much crap in global namespace
Add solaris PTY implementation
Improve variable expansion for SDL OSD - supports ~/$FOO/${BAR} syntax
Rearrange stuff so the same things are in file module for all OSDs
Move file stuff into its own module
7z/zip open and destruct are still not thread-safe due to lack of interlocks around cache access
Directory functions still need to be moved to file module
SDL OSD may not initialise WinSock on Windows
2016-03-14 18:55:00 +11:00
Miodrag Milanovic
5fc2774703
Clang 3.8.0 supports -municode (nw)
2016-03-14 07:55:17 +01:00
therealmogminer@gmail.com
cd8f796df6
Add bgfx command line options, major shakeup of organization, nw
2016-03-13 15:51:19 +01:00
therealmogminer@gmail.com
ad1e6ef899
Add dynamic skipping of shader chain passes, nw
2016-03-13 15:51:17 +01:00
therealmogminer@gmail.com
3172371fcd
More work on bgfx data-driven shaders, nw
2016-03-13 15:51:15 +01:00
Julian Sikorski
d0f99d22a7
Added ability to build using system libuv (1.8.0 or higher required)
2016-03-12 13:07:14 +01:00
Miodrag Milanovic
2bf46f72ed
Update to use with latest android nkd (nw)
2016-03-11 20:24:20 +01:00
Miodrag Milanovic
679574e965
With latest package from MSYS of clang 3.8.0 build at least compile fine on windows (nw)
...
Strange crashing while executing
2016-03-11 15:00:29 +01:00
Miodrag Milanovic
de04399afa
Fixed osdmini building for android and pnacl (nw)
2016-03-08 15:46:20 +01:00
Miodrag Milanovic
858c1002d1
compile with latest bgfx,bx (nw)
2016-03-08 12:58:10 +01:00
Miodrag Milanovic
98f0e800f4
Fixed arcade build and merged libbus with liboptional due to circular dependencies (nw)
2016-03-06 09:09:18 +01:00
Justin Kerk
af0a67c0f7
Restore uismall.png for now so that Emscripten menus work (nw)
2016-03-05 22:22:21 +00:00
Brad Hughes
854fe5592f
Fix Visual Studio build
2016-03-05 16:08:02 -05:00
cracyc
c049a91f4a
pcxt: use pc motherboard device and banking (nw)
2016-03-05 15:02:29 -06:00
Brad Hughes
88412da862
Make XAudio2 available in all Windows OSD builds, plus use 2.9 if available, plus code cleanup.
2016-03-05 15:02:52 -05:00
Miodrag Milanovic
626a13ae1a
Fixing issue compiling on GCC 4.9 till 5.1 (nw)
2016-03-05 14:12:51 +01:00
Miodrag Milanovic
298ce35d64
Added missing xaudio2 header from WINE that is free to use (nw)
2016-03-05 08:59:39 +01:00
Miodrag Milanovic
24276fc7db
removed Apache 2 licensed library since it is not possible to mix with GPL2 (nw)
2016-03-04 20:18:47 +01:00
Miodrag Milanovic
aa3f554b1e
Fix tools building on windows (nw)
2016-03-03 10:11:31 +01:00
Brad Hughes
ad6aaa81a9
link ole32 on Windows. Needed for CoInitializeEx()
2016-03-02 16:23:08 -05:00
Brad Hughes
39964e6b38
Merge branch 'master' of https://github.com/mamedev/mame.git
2016-03-02 14:14:47 -05:00
Brad Hughes
8803de248e
Add DirectWrite font support module
2016-03-02 14:13:53 -05:00
Curt Coder
99ba45ff75
newbrain: Dumped the COP internal ROM. [Chris Despinidis]
...
newbrain: Rewrote the driver to modern standards. [Curt Coder]
cop400: Implemented the MICROBUS interface. [Curt Coder]
2016-03-02 20:54:32 +02:00
Miodrag Milanovic
b489eb202c
made sources build use info from mame.lst (nw)
2016-03-02 14:21:26 +01:00
Miodrag Milanovic
8a84dd2232
Added mame.lst as main list, it is now generated, and should be updated manually (nw)
...
Filtering for subtargets are done by flt files now
2016-03-02 12:49:37 +01:00
Miodrag Milanovic
3baa2e6e81
update for osdmini (nw)
2016-03-01 21:17:34 +01:00
Miodrag Milanovic
d9510ed04d
Used std::thread and std::condition_variable (nw)
2016-03-01 20:52:56 +01:00
Brad Hughes
630edadf9c
Dynamically load xinput
2016-03-01 11:08:05 -05:00
Brad Hughes
3b0d8b1efb
Merge branch 'xinput_local_temp1' of E:\mame\bradhugh.mame\mame
2016-02-29 21:59:56 -05:00
Brad Hughes
5cc9973a0a
Add XInput support for Windows OSD
2016-02-29 21:48:14 -05:00
Vas Crabb
a830ea7627
* Support *n conversion in stream_format/string_format
...
* Make stream_format return characters printed
* Add iostreams with std::vector storage
* Move to type-safe templates for logerror and popmessage
* Remove now-unnecessary I64FMT from calls to logerror/popmessage
* Put some lib/util stuff in util:: namespace
* Some fixes to Japanese translation
2016-03-01 06:52:36 +11:00
Miodrag Milanovic
23c28c48af
Build SDL2 for Android (nw)
2016-02-29 16:20:51 +01:00
Miodrag Milanovic
4224b67779
cleanup (nw)
2016-02-29 08:52:04 +01:00
Brad Hughes
f68ad66131
Merge input modules work.
2016-02-28 14:56:54 -05:00
Miodrag Milanovic
912598030e
added compiling SDL2 for Android (nw)
2016-02-28 20:28:42 +01:00
Brad Hughes
7dfb578559
Refactor OSD input into modules
2016-02-28 14:25:10 -05:00
Miodrag Milanovic
1adc64573f
compiles but crash on OSX with bundled one (nw)
2016-02-28 15:07:43 +01:00
Miodrag Milanovic
a17d1385c4
Separated windows only part in SDL2 build and prepared osx one (nw)
2016-02-28 12:58:04 +01:00
Miodrag Milanovic
adfae5ffe5
make possible to select if bundled SDL2 is used, made mingw and vs compile so far (nw)
2016-02-27 18:48:03 +01:00
Miodrag Milanovic
ea6b854844
Made Visual Studio use by default bundled SDL2 (nw)
2016-02-27 16:53:49 +01:00
therealmogminer@gmail.com
64135e73f9
Cleaned up sliders a bit in d3dhlsl, nw
2016-02-27 16:11:01 +01:00
Miodrag Milanovic
5951df437e
Added NotoSans-Bold as backup font for platforms that do not have default system fonts exposed (nw)
2016-02-27 11:52:11 +01:00
Miodrag Milanovic
3a811376d9
Made pnacl to compile (nw)
2016-02-26 14:50:09 +01:00
Miodrag Milanovic
4727b0d97f
OS/2 can not support SDL2 which is needed for MAME to run (nw)
2016-02-26 13:20:43 +01:00
Miodrag Milanovic
5132d31224
Fix compile for Android(nw)
2016-02-26 11:59:17 +01:00
Miodrag Milanovic
e740bb6915
Fixing some more Android related things (nw)
2016-02-26 11:59:17 +01:00
Miodrag Milanovic
add7a65f3f
Make Android targets compile but not link, using clang compiler in NDK, since GCC will be removed in next one (nw)
2016-02-25 20:44:35 +01:00
Miodrag Milanovic
1a8d5a27d9
pnacl compile fixes (nw)
2016-02-25 14:58:39 +01:00
Miodrag Milanovic
8dff2200d0
And I hate you too XCode (nw)
2016-02-22 21:11:57 +01:00
Miodrag Milanovic
cce0696a5f
Made OSD=sdl build compile out of box in Visual Studio (nw)
2016-02-22 14:23:15 +01:00
Miodrag Milanovic
d50870e3e4
fix building Emscripten build on Windows (nw)
2016-02-22 10:18:35 +01:00
Justin Kerk
83abe3fa3d
Emscripten cleanup (nw)
2016-02-21 23:03:38 -08:00
Justin Kerk
6bfb6f8b28
Embed needed bgfx files in Emscripten build (nw)
2016-02-21 14:34:05 -08:00
Miodrag Milanovic
412814f80d
changes towards compiling with XCode (nw)
2016-02-21 19:48:16 +01:00
dankan1890
526d56d359
Added option in the "Customize UI" menu for selecting the language. (nw)
2016-02-21 04:59:39 +01:00
therealmogminer@gmail.com
c68d4538a7
More JSON reader plumbing, nw
2016-02-21 03:03:25 +01:00
therealmogminer@gmail.com
09f03905fd
More reshuffling, nw
2016-02-21 03:03:24 +01:00
therealmogminer@gmail.com
9a47a870df
First take on render API reorg, nw
2016-02-21 03:03:23 +01:00
Miodrag Milanovic
3cff262029
added rapidjson in include dirs (nw)
2016-02-17 14:13:49 +01:00
Miodrag Milanović
4d8d9095a1
Merge pull request #628 from fulivi/hp9845_dev
...
Hp9845: tape driver added [F. Ulivi]
2016-02-17 11:41:45 +01:00
dankan1890
97f515d8c4
removed old entries. nw
2016-02-17 11:26:40 +01:00
fulivi
408c6351cf
hp9845: initial version of HP TACO driver (only basic tape movement is working)
2016-02-17 10:12:38 +01:00
Justin Kerk
11f82be540
Fix Emscripten build (nw)
2016-02-16 20:16:11 +00:00
Miodrag Milanovic
38e054c765
placed back OPENGL check since GL is not same as GLES (nw)
2016-02-16 18:00:19 +01:00
Miodrag Milanovic
9eb2734495
BGFX mandatory requirement (nw)
2016-02-16 17:35:27 +01:00
Miodrag Milanovic
e1ace73626
opengl as requirement (nw)
2016-02-16 17:21:32 +01:00
Miodrag Milanovic
40e0a1bcb7
Remove SDL 1.2 support (nw)
2016-02-16 16:35:03 +01:00
Miodrag Milanovic
22e6c350ed
Enabled BGFX support for SteamLink
2016-02-16 11:36:13 +01:00
Jeffrey Clark
1ddc780160
osx clang, silence flac unknown attribute error (nw)
2016-02-15 12:12:57 -06:00
Jeffrey Clark
726d141193
fix windows bgfx library link in sdl builds (nw)
2016-02-15 12:12:17 -06:00
Jeffrey Clark
591d1202ac
fix cross compile windows targetextension (nw)
2016-02-15 12:10:36 -06:00
Jeffrey Clark
3570d4f0eb
check STRIP_SYMBOLS in strip function and add strip support for osx (nw)
2016-02-15 12:09:48 -06:00
Jeffrey Clark
36df7413dc
add TOOLCHAIN make flag for explicit toolchain prefix cross compiling (nw)
2016-02-15 12:09:35 -06:00
Jeffrey Clark
4e7f9e86e8
Refactor MACOSX_USE_LIBSDL to USE_LIBSDL for windows and linux static library support (nw)
2016-02-15 12:09:26 -06:00
therealmogminer@gmail.com
b0a7bcd346
Significant speed improvements to the BGFX renderer. [MooglyGuy]
2016-02-15 17:57:28 +01:00
Miodrag Milanovic
2db4908814
Added lua-zlib, lfs and luv support for LUA, exposed all using luaengine (nw)
2016-02-14 08:16:35 +01:00
Miodrag Milanovic
b7def3d28c
fix for osx and bsd (nw)
2016-02-09 15:13:32 +01:00
angelosa
4cf4d96429
Moved JANGOU_BLITTER into a device [Angelo Salese]
2016-02-08 21:37:04 +01:00
Miodrag Milanovic
a29920336d
real fix (nw)
2016-02-08 19:29:42 +01:00
AJR
0d8df9d595
Make generic VTLB implementation a modern device interface (nw)
2016-02-07 01:42:58 -05:00
Miodrag Milanović
891007f5bc
Merge pull request #604 from jfdelnero/master
...
New video and machine drivers : EF9364 and SMT Goupil G1 [Jean-François DEL NERO]
2016-02-05 15:19:55 +01:00
Miodrag Milanovic
9a28da4f73
added UI parameter, option simple gives back old style start screen, features for configuration and in game stays same as with new (nw)
2016-02-05 08:53:00 +01:00
Miodrag Milanovic
3ebf7e64fc
fixed system dependent UI (nw)
2016-02-04 16:18:55 +01:00
Dankan1890
701df7fe9e
Initial import of MEWUI to MAME [Dankan1890]
2016-02-04 15:14:24 +01:00
Justin Kerk
039a07bb4d
Substantial improvements to Web Audio sound backend for Emscripten port. [Grant Galitz]
2016-02-04 04:36:17 +00:00
dankan1890
e3b80070a5
Suppressed warning C4477 in Visual Studio 2015.
2016-01-31 18:43:13 +01:00
Miodrag Milanovic
f924d4bd42
link into main project and link deps (nw)
2016-01-31 15:38:51 +01:00
Miodrag Milanovic
c152866e02
added http-parser (nw)
2016-01-31 15:34:40 +01:00
Miodrag Milanovic
7d915c5a79
Added script for building libuv (nw)
2016-01-31 15:28:49 +01:00
Miodrag Milanovic
42622cfe8e
replace osd_lock with std::mutex [Miodrag Milanovic]
2016-01-30 20:43:50 +01:00
Miodrag Milanović
1ec138b458
Merge pull request #591 from stuartcarnie/mame0170
...
osdmini: fixes build issues [Stuart Carnie]
2016-01-30 07:50:33 +01:00
Stuart Carnie
048fd105db
osdmini: fixes build issues
2016-01-29 22:44:18 -07:00
Miodrag Milanovic
042050ef67
Added Google Benchmark library (nw)
...
Included sample benchmark for eminline for native and noasm
Made GoogleTest compile only if tests are compiled
2016-01-29 11:47:40 +01:00
hap
098b43d520
s14001a_new is now s14001a
2016-01-23 18:30:26 +01:00
Jean-François DEL NERO
21ea5a74e7
New video chip support : Thomson EF9364 / Sescosem SFF96364
2016-01-23 13:28:58 +01:00
Brad Hughes
2f36228306
XAudio2 support
2016-01-20 23:16:18 -05:00
Sandro Ronco
4f146149b8
nokia_3310.cpp: started implementing the driver based on available information. Also added dumps for various models. [Sandro Ronco]
2016-01-19 22:13:19 +01:00
hap
5d66ee8e6d
Added more accurate SSi S14001A speech chip emulation, written by one of the people at SSi who originally laid out the S14001a silicon in 1974/5! [Ed Bernard]
2016-01-19 01:02:42 +01:00
Miodrag Milanovic
18ec822ac3
Keep naming of binaries for builds made with SOURCES to be same as usual, (nw)
...
fixed propagation of flags for builds made with SOURCES
2016-01-17 17:53:03 +01:00
Miodrag Milanovic
283fbf13a4
generic machine is now bookkeeping (nw)
2016-01-10 11:39:38 +01:00
Miodrag Milanovic
2382be9ea8
removed jsoncpp (nw)
2016-01-09 21:11:04 +01:00
Miodrag Milanovic
50a72771ff
Fixed QT5 linking (nw)
2016-01-09 20:39:09 +01:00
Miodrag Milanovic
6e47d71b83
It is affecting clang 3.6+
2016-01-08 14:08:49 +01:00
Miodrag Milanovic
b3a224378d
Fix compile on clang 3.7+ on linux (nw)
2016-01-08 13:53:57 +01:00
Miodrag Milanovic
fff0c4d054
removed corealloc.cpp file from build (nw)
2016-01-08 12:42:04 +01:00
Cesare Falco
2db577c34e
Get .ini file default path makefile variable back.
2016-01-05 12:01:50 +01:00
Vas Crabb
2ec885b8b2
don't link metal pre El Capitan
2016-01-05 12:27:03 +11:00
Miodrag Milanovic
433676b7a1
Fixed OSX compile
2016-01-04 19:15:32 +01:00
Miodrag Milanovic
57d91cae00
Better fix (nw)
2016-01-04 15:43:02 +01:00
Miodrag Milanovic
8172839141
Some cleanup in build scripts, GNU C99 for 3rdparty C files (nw)
2016-01-04 15:31:32 +01:00
Miodrag Milanovic
e0deb80b54
Fix building on clang, executable fail starting due to mixed allocators (nw)
2016-01-04 13:29:42 +01:00
Miodrag Milanovic
f1a0a3cb88
Added pre-compiled headers support to build system (nw)
2016-01-01 08:23:58 +01:00
Miodrag Milanovic
1aa986d617
Revert "removing MESS brand and making MAME a name not acronym (nw)"
...
Too contraversial for now :)
This reverts commit 47bf03513e
.
2015-12-31 10:51:15 +01:00
Miodrag Milanovic
47bf03513e
removing MESS brand and making MAME a name not acronym (nw)
2015-12-31 10:31:00 +01:00
Miodrag Milanovic
75e80ec4f6
Fix QT5 build on linux by adding -fPIC
2015-12-27 13:47:54 +01:00
Olivier Galibert
9d231a83ad
qt5 debugger port [O. Galibert]
2015-12-27 12:58:00 +01:00
Miodrag Milanovic
e756a66b14
qtdebugger as separate lib (nw)
2015-12-26 15:56:13 +01:00
Brandon Munger
b3b834c45a
r9751: rename drivers to cpp
2015-12-20 17:46:11 -05:00
Brandon Munger
8fe5c58a6f
r9751: forgot to update machine.lua
2015-12-20 17:46:10 -05:00
Brandon Munger
d3785e805e
Initial ROLM 9751 driver
2015-12-20 17:46:09 -05:00
AJR
d6445f496c
Allow SDLMAME to build on OS X from paths containing spaces (and allow SOURCES option as well)
2015-12-19 20:20:55 -05:00
R. Belmont
4518735134
Revert "Allow SDLMAME to build on OS X from paths containing spaces"
2015-12-19 18:55:02 -05:00
AJR
8567ac0d64
Allow SDLMAME to build on OS X from paths containing spaces
2015-12-19 11:09:57 -05:00
Justin Kerk
85d74eb2c9
Emscripten build fixes (nw)
2015-12-19 08:17:34 +00:00
Miodrag Milanovic
c15d7adef3
compile parameters specific for 3rdparty component (nw)
2015-12-12 15:03:22 +01:00
Miodrag Milanovic
74cfff6fc6
Update to LUA 5.2.3, so source changes (nw)
2015-12-12 14:49:48 +01:00
Miodrag Milanovic
9a2ed1703a
tagged_list without tagmap_t (nw)
2015-12-11 13:59:37 +01:00
Miodrag Milanovic
700683468a
Removed dead PPC code (nw)
2015-12-09 10:25:40 +01:00
Miodrag Milanovic
46471ac080
Can't do override checks due to QT headers (nw)
2015-12-07 06:57:05 +01:00
Miodrag Milanovic
6a765a95ec
Added addprojectflags function and added -Wsuggest-override for all that are not 3rdparty projects.
...
It is place where all additional checks we should put
2015-12-06 17:07:50 +01:00
Felipe Corrêa da Silva Sanches
0618c642ba
adding a basic machine driver for the Patinho Feio and setting up build system for the driver and the CPU module
2015-12-06 13:32:03 -02:00
Miodrag Milanovic
bb6ca65238
wrong place (nw)
2015-12-03 13:20:57 +01:00
Miodrag Milanovic
1af304131e
fix compile on clang 3.7 (nw)
2015-12-03 13:18:20 +01:00
Miodrag Milanovic
6bea96d5f2
enabled compiling part of bgfx that required c++11 (nw)
2015-12-03 12:04:08 +01:00
Jean-François DEL NERO
6f4ad44183
EF9365 video controller skeleton added.
2015-11-29 23:36:16 +01:00
Justin Kerk
9744037cd7
Compile with Emscripten out of the box. [Justin Kerk]
2015-11-24 15:38:42 +00:00
Justin Kerk
078d8e099a
Emscripten build fixes (nw)
2015-11-21 01:40:59 -08:00
Miodrag Milanovic
8a91bc9f0e
disable this for CPP11 builds (nw)
2015-11-19 13:34:44 +01:00
R. Belmont
4c7e8c403b
Merge pull request #466 from Pernod70/master
...
bbc: hd6845 fix, saa5050, softlists
2015-11-15 10:55:22 -05:00
Miodrag Milanovic
1fe2587c86
This one is not used in compile (nw)
2015-11-15 12:20:35 +01:00
Nigel Barnes
5d004af6c9
bbc: preliminary support for FSD format.
2015-11-15 02:38:06 +00:00
Scott Stone
cff363eec5
Merge branch 'master' of https://github.com/mamedev/mame
2015-11-14 12:51:37 -05:00
Scott Stone
31cca9ea63
Added info header at the top of each .lua file (nw)
2015-11-14 12:51:21 -05:00
Miodrag Milanovic
8c0d01d426
Fix compile for Intel C++ 15 compiler (nw)
2015-11-14 11:52:15 +01:00
Miodrag Milanovic
0f8471d937
Finished adding to lua, some included cpp renamed to inc (nw)
2015-11-12 15:00:07 +01:00
Miodrag Milanovic
d0a4ae59ad
added more h files missing in lua scripts (nw)
2015-11-12 13:33:00 +01:00
Miodrag Milanovic
0332334ecd
move formats to proper place (nw)
2015-11-12 10:31:15 +01:00
mahlemiut
6f3d1ec8f4
amstad: Transtape WIP support. [Barry Rodewald]
2015-11-10 18:35:02 +13:00
Miodrag Milanovic
cf330fa6de
Relax dependencies for softfloat (nw)
2015-11-08 17:38:37 +01:00
Miodrag Milanovic
7418d14468
fix typo (nw)
2015-11-08 15:03:18 +01:00
Miodrag Milanovic
033227778e
Remove not longer needed ForceCpp flag (nw)
2015-11-08 13:44:34 +01:00
Miodrag Milanovic
5deec43cbc
update build scripts for rename c - > cpp (nw)
2015-11-08 13:26:29 +01:00
Miodrag Milanovic
102ee9938f
typo fix (nw)
2015-11-08 12:57:40 +01:00
Miodrag Milanovic
b6707c3bb5
Removed mongoose due to restricted license and webserver wip till code is restructured (nw)
2015-11-04 18:55:36 +01:00
Miodrag Milanovic
056fdc89c5
fix VS build (nw)
2015-11-04 14:16:42 +01:00
Miodrag Milanovic
ecdc99b0e6
added clang and gcc flags needed for compilation of 3rdparty libraries, also removed checking for shadowing in them (nw)
2015-11-04 11:21:08 +01:00
Miodrag Milanovic
4b75c57008
set only needed VS compile flags for 3rdparty (nw)
...
there are still those in main file, but now can be removed by fixing our code
2015-11-03 20:55:18 +01:00
Miodrag Milanovic
b8efd210b1
fix VS build (nw)
2015-11-02 17:37:18 +01:00
Miodrag Milanovic
c050685c98
Fixed mingw clang build (nw)
2015-11-02 11:13:12 +01:00
Miodrag Milanovic
b01384ee73
fixed linking unidasm in small builds (nw)
2015-11-02 08:45:22 +01:00
David Haywood
965e52dff8
mask address space for a2600 in the CPU (m6507) not in the driver.
2015-10-30 00:50:38 +00:00
David Haywood
de9353adcb
create derived CPU type so that code can be put in the correct place (nw)
2015-10-29 19:21:01 +00:00
David Haywood
7793b9af43
call it harmony/melody, that more accurately represents what we're emulating, dpc+ seems to be a software implementation on the ARM of the Harmony (nw)
2015-10-29 17:10:14 +00:00
Miodrag Milanovic
01a8a6a208
fix sdl build fix for windows (nw)
2015-10-28 16:02:38 +01:00
David Haywood
624825c042
skeleton dpcplus (nw)
2015-10-26 19:54:31 +00:00
mahlemiut
1e2904037e
amstrad: added Draysoft Doubler expansion device
2015-10-26 16:14:14 +13:00
Miodrag Milanović
fb179e042c
Merge pull request #401 from fulivi/pty_dev3
...
PTY support for u*x OSes [F.Ulivi]
2015-10-18 16:00:23 +02:00
Miodrag Milanovic
58bf8e3345
Disabled DX12 on mingw since it is not working (nw)
2015-10-15 10:52:18 +02:00
Curt Coder
60d08590a1
tiki100: Added skeleton for Winchester controller. [Curt Coder]
2015-10-14 22:55:09 +03:00
fulivi
898fc7b373
pty: seems ok (linux only)
2015-10-13 12:01:30 +02:00
fulivi
f8cb153519
pty: first step of pseudo terminal implementation
...
Conflicts:
scripts/src/bus.lua
2015-10-13 12:00:52 +02:00
Curt Coder
af70919cb1
tiki100: Added expansion bus and skeleton for 8088 card. [Curt Coder]
2015-10-12 22:13:08 +03:00
Miodrag Milanovic
8e22b1d22f
Renamed DRIVERS parameter to SOURCES since you can add any source you wish to include in target (nw)
2015-10-09 14:13:35 +02:00
Miodrag Milanovic
64599d2aff
Do not create dasm.lib if no disassembler compiled (nw)
2015-10-09 13:45:14 +02:00
Miodrag Milanovic
86d3aa8065
Moved tools in proper place, and moved build python scripts together with other scripts (nw)
2015-10-07 12:01:21 +02:00
Miodrag Milanovic
1fc48ce120
move mess into mame (nw)
2015-09-30 17:21:14 +02:00
Ramiro Polla
e5ae5d0b09
nec_p72: add skeleton driver for NEC PinWriter P72 dot-matrix printer
2015-09-29 21:29:22 +02:00
cracyc
c400248728
i8271: modernize [Carl]
2015-09-28 16:14:53 -05:00
Scott Stone
ec1ee61dae
Moved bus\a8sio files to bus\a800 to avoid redundancy (nw)
2015-09-24 13:11:55 -04:00
mahlemiut
cdb93cff68
ficpio2: add PCI bus and chipset. -bios 2 and 3 now boot. Other BIOSes require some cache funkiness.
2015-09-24 14:16:32 +12:00
R. Belmont
518897bfca
Merge pull request #298 from JoakimLarsson/hkv10_2
...
Added driver for Heurikon HK68K/V10 VME board
2015-09-14 12:36:39 -04:00
couriersud
9fca8bdc44
Remove last traces of printf from plib. Reorganized some code. (nw)
2015-09-14 12:34:25 +02:00
Joakim Larsson Edstrom
13bbcd2836
Added new devices to build
2015-09-13 20:16:02 +02:00
Miodrag Milanovic
d0e0a5bfa4
removed not needed include paths (nw)
2015-09-13 14:04:00 +02:00
Miodrag Milanovic
e3a6e9b0b8
removed deps from 3rdparty to osd (nw)
2015-09-13 12:45:56 +02:00
Miodrag Milanovic
05c7edb199
Remove direct zlib dependency in code (nw)
2015-09-13 12:27:46 +02:00
Miodrag Milanovic
c9bde5341d
reorganized scripts according to new structure (nw)
2015-09-13 10:17:58 +02:00
Miodrag Milanovic
ee7ff77255
update build scripts and code change in order to fix compile (nw)
2015-09-13 09:20:24 +02:00
Miodrag Milanovic
494ea9fab0
added missing file for OSX (nw)
2015-09-12 11:56:19 +02:00
Miodrag Milanovic
a4ea92de24
Update scripts for compile with latest BGFX (nw)
2015-09-12 11:06:14 +02:00
Miodrag Milanovic
115ffcb10a
Moved netlist from emu to lib (nw)
2015-09-12 10:12:14 +02:00
Sergey Svishchev
b7f4c082e6
isa_ibm_pgc: new skeleton driver
2015-09-11 01:26:02 +03:00
mahlemiut
91b0190a5d
al520ex: added preliminary Magic Sound expansion (not working) [Barry Rodewald]
2015-09-10 23:53:20 +12:00
David Haywood
8abb4014f3
Sega Pico PCM improvements [ValleyBell]
...
as the pull request seems to have gone dead I refactored his changes into a new device derived from the 7759 rather than adding the Fifo into the 7759 (due to Aaron saying it doesn't exist there)
it's possible the custom chip that Pico uses has said logic built in somehow as it's not a plain 7759 afaik.
2015-09-08 15:09:43 +01:00
Miodrag Milanovic
6359b876b9
made FORCE_VERSION_COMPILE option to be used for build server (nw)
2015-09-05 11:53:19 +02:00
Miodrag Milanovic
37c52103a5
moved nsc810 build to proper place (nw)
2015-09-05 08:18:31 +02:00
Miodrag Milanovic
70bddf12f5
Added GoogleTest and convert tests to us it (nw)
2015-09-02 13:50:20 +02:00
Vas Crabb
f500420346
OS/2 patch for 0.164 [KO Myung-Hun]
2015-08-25 13:02:01 +10:00
couriersud
3011b4b068
Moved nltool.c and nlwav.c into src/emu/netlist/prg.
...
Added src/emu/netlist/build/makefile. This allows netlist to be ripped
out of the tree and to compile it standalone. (nw)
2015-08-23 20:59:07 +02:00
Michael Zapf
4398fa4f66
New AT29 flash EEPROM circuits
2015-08-21 14:14:13 +02:00
therealmogminer@gmail.com
5d7c5fc62b
nw, add skeleton and disassembler for DEC PDP-8 CPU
2015-08-13 14:38:30 +02:00
Michael Zapf
985decb028
ti99: That's one small move for a man
2015-08-11 18:41:36 +02:00
Wilbert Pol
99353dc95f
coleco.c: Reduce tagmap lookups and added support for 31in1 and 63in1 multicarts (nw)
2015-08-10 13:10:14 +02:00
Michael Zapf
1784a89ee4
Defining variants 9224 and 9234 (WIP)
2015-08-10 02:00:55 +02:00
couriersud
7815f924ec
Add emu/netlist to include dirs to avoid relative paths in netlist
...
include files. (nw)
2015-08-03 00:10:23 +02:00
couriersud
d0466dd4da
Added simple stream classes to netlist code. (nw)
2015-08-03 00:10:22 +02:00
Michael Zapf
be6c3ee4c9
mfmhd: Introduced format definition, now generally available.
2015-08-02 15:50:22 +02:00
Olivier Galibert
9485ca9d43
Revert "debugqt: Port to Qt5 [O. Galibert]"
...
Experience shows it's too early for that. I'll keep that in a corner
and we'll see again later.
2015-08-01 20:43:47 +02:00