Miodrag Milanovic
|
124f30dbbc
|
Enable building projects that are separate of MAME but use same core and lives in separate git tree (nw)
|
2016-12-08 11:46:15 +01:00 |
|
R. Belmont
|
84f9def81f
|
Merge pull request #1788 from ajrhacker/ls157
Create new 74LS157 device and hook it up to MSM5205 on Rastan
|
2016-12-02 16:13:12 -05:00 |
|
cracyc
|
5ad9b67e1d
|
new not working
----------------
Dulmont Magnum [Carl, Dave Jones]
isbc: new isbc8630 sct set [Al Kossow]
|
2016-12-02 15:07:26 -06:00 |
|
AJR
|
5044432ff6
|
Create new 74LS157 device and hook it up to MSM5205 on Rastan
|
2016-12-02 06:59:45 -05:00 |
|
Dirk Best
|
d7ae91ffb2
|
Create an ef9369 device and use it for guab
|
2016-11-30 18:35:03 +01:00 |
|
Vas Crabb
|
7238415d1f
|
srcclean (nw)
|
2016-11-27 09:56:49 +11:00 |
|
Miodrag Milanovic
|
dbbd5e9c98
|
As promised, removing this part of code since it is used for compilers check, no need for this to be in release (nw)
|
2016-11-23 08:37:05 +01:00 |
|
fulivi
|
a7ee0a41e9
|
hp9845: implemented 98034 module (HPIB interface)
|
2016-11-22 09:53:39 +01:00 |
|
Brad Hughes
|
f9a6e8711b
|
Remove unneeded 7z file that is unsupported by UWP (nw)
|
2016-11-19 18:47:49 -05:00 |
|
Vas Crabb
|
bb99eba11d
|
Update LZMA to 16.04 (security and portability fixes)
|
2016-11-18 20:37:20 +11:00 |
|
Vas Crabb
|
aef214ac80
|
Merge pull request #1718 from npwoods/dasmstream_nec
Changed the NEC disassembler to use 'std::ostream &' internally
|
2016-11-17 11:33:06 +11:00 |
|
Miodrag Milanovic
|
8e61a7d3d3
|
Added VS2017 support into project files (nw)
|
2016-11-16 21:00:29 +01:00 |
|
Miodrag Milanovic
|
47a05778bf
|
Updated SDL2 to 2.0.5 (nw)
|
2016-11-16 16:28:01 +01:00 |
|
Nathan Woods
|
dc4086847a
|
Put necv_dasm_one() into a header file
|
2016-11-16 08:07:33 -05:00 |
|
Miodrag Milanović
|
3d09d05647
|
Merge pull request #1676 from mmicko/testing
Add more applicable Catch testing framework. Converted all tests to be done properly by guideline. (nw)
|
2016-11-14 15:30:11 +01:00 |
|
Miodrag Milanovic
|
b73126e85a
|
added OPTION_HOMEPATH to point to read/write folder,for now used by LUA scripts (nw)
Copied all needed files so plugins could be started under UWP
|
2016-11-12 15:27:22 +01:00 |
|
Miodrag Milanovic
|
75c6c0f059
|
Make executable for test follow rules for main file (nw)
Make normal notation for require (nw)
Split properly tests (nw)
|
2016-11-12 14:54:21 +01:00 |
|
Miodrag Milanovic
|
3c577aedb8
|
Converted existing test to catch framework (nw)
|
2016-11-12 11:12:11 +01:00 |
|
Brad Hughes
|
2e49823a06
|
Add basic keyboard input to UWP (nw)
|
2016-11-11 12:58:41 -05:00 |
|
Miodrag Milanovic
|
7c765ea147
|
No need for osd_malloc, osd_malloc_array and osd_free (nw)
MALLOC_DEBUG not applicable anymore since we use new to allocate in 99.9% of cases
|
2016-11-11 16:12:01 +01:00 |
|
Miodrag Milanovic
|
46fa51e60e
|
move asset files to proper place
|
2016-11-11 09:43:42 +01:00 |
|
Brad Hughes
|
bcabf45f08
|
UWP builds again but by no means working (nw)
|
2016-11-10 16:26:05 -05:00 |
|
Miodrag Milanovic
|
0f877e08b3
|
Fixed android build (nw)
|
2016-11-10 19:14:44 +01:00 |
|
Miodrag Milanovic
|
9c364cdfa9
|
Adding video and window code to UWP(nw)
|
2016-11-10 14:53:56 +01:00 |
|
Miodrag Milanovic
|
a18497e7a2
|
Some more work on UWP (nw)
|
2016-11-10 13:13:51 +01:00 |
|
Miodrag Milanovic
|
cddd8bbe7a
|
Add more UWP support (nw)
|
2016-11-09 15:44:44 +01:00 |
|
Miodrag Milanovic
|
0d1f5b6be4
|
Make 3rdparty compile for UWP and start adding new OSD for UWP based on previous Brad work (nw)
|
2016-11-09 14:53:19 +01:00 |
|
Miodrag Milanovic
|
114aa294cd
|
Fix some single driver builds (nw)
|
2016-11-08 12:28:56 +01:00 |
|
Miodrag Milanovic
|
cf4a8b9e03
|
resurected sqlite3 and lsqlite3 (nw)
|
2016-11-07 16:12:06 +01:00 |
|
Miodrag Milanovic
|
e2d2355352
|
Trying to do link fix (nw)
|
2016-11-07 14:47:17 +01:00 |
|
Miodrag Milanovic
|
de7e80804e
|
Added ability to use ASIO in all core MAME parts (nw)
|
2016-11-07 10:47:27 +01:00 |
|
Miodrag Milanovic
|
fc58a0bec8
|
Added basic HTTP server, not active yet, based on ASIO example with small refactoring included (nw)
|
2016-11-07 10:42:23 +01:00 |
|
cracyc
|
2de04414ed
|
plugins/console: add lua console [Carl]
|
2016-11-06 13:41:43 -06:00 |
|
R. Belmont
|
f05e7ffad0
|
Merge pull request #1637 from fulivi/hp9845_dev7
Hp9845: re-implemented 98035 module with a nanoprocessor driver
|
2016-11-05 14:22:46 -04:00 |
|
Miodrag Milanovic
|
421b5e2638
|
Added lua-linenoise by Carls request (nw)
|
2016-11-04 15:25:21 +01:00 |
|
Miodrag Milanovic
|
2682adc5d7
|
Fixed x64 builds with new luaengine on VS2015(nw)
|
2016-11-03 19:09:55 +01:00 |
|
fulivi
|
5f54097e53
|
nanoprocessor: initial support. Disassembler only is known to work at this point.
|
2016-11-03 14:52:41 +01:00 |
|
Miodrag Milanovic
|
e2d58b6a16
|
ASIO - header only mode (nw)
|
2016-11-02 14:34:06 +01:00 |
|
Justin Kerk
|
4efc19b68a
|
Update bgfx shader path for Emscripten build (nw)
|
2016-11-01 06:11:18 +00:00 |
|
Miodrag Milanovic
|
73bdc2ab36
|
added non-legacy i82439tx and created a driver using it in pcipc (nw)
added vga hack to be able to test pcipc.cpp
pcipc -bios 3 and pcipctx can initialize more if 0xAA is written at 0x4f0
|
2016-10-30 17:40:04 +01:00 |
|
R. Belmont
|
86548bc507
|
Merge pull request #1557 from ajrhacker/inputdev
Polymorphize input_device and input_class; move to separate source fi…
|
2016-10-29 20:41:28 -04:00 |
|
Branimir Karadžić
|
a3b4058bf7
|
Updated BGFX and BX and recompiled shaders (nw)
|
2016-10-29 09:11:50 +02:00 |
|
Justin Kerk
|
b99be73f2d
|
Experimental support for compiling to WebAssembly using Emscripten (not yet working) (nw)
|
2016-10-29 06:00:45 +00:00 |
|
therealmogminer@gmail.com
|
fc5fc6d4c2
|
New devices added
-----------------
7400 Quad 2-Input NAND Gate [Ryan Holtz]
7404 Hex Inverter [Ryan Holtz]
82S126/82S129 256x4-bit PROM [Ryan Holtz]
|
2016-10-28 20:08:21 +02:00 |
|
therealmogminer@gmail.com
|
c35c2a9cdc
|
New devices added
-----------------
54/7416x Hex/Quad D Flip-Flops with Clear [Ryan Holtz]
9334/DM9334 8-Bit Addressable Latch [Ryan Holtz]
|
2016-10-28 02:37:23 +02:00 |
|
therealmogminer@gmail.com
|
93735cdf7e
|
-core: Added 54/74160,161,162,163 device emulation. [Ryan Holtz]
|
2016-10-28 02:37:22 +02:00 |
|
therealmogminer@gmail.com
|
8225a140ee
|
-hazeltin: Added preliminary video, still broken due to timing issues. [Ryan Holtz]
|
2016-10-27 13:46:42 +02:00 |
|
AJR
|
99c705f9de
|
Polymorphize input_device and input_class; move to separate source file (nw)
|
2016-10-24 17:28:35 -04:00 |
|
Nathan Woods
|
293bfef845
|
Merging Konami disassembler with M6809/HD6309 disassemblers
|
2016-10-23 21:27:45 -04:00 |
|
Nathan Woods
|
81294aa08f
|
Merged the M6809 and HD6309 disassemblers, and changed to properly use streams
|
2016-10-23 18:03:36 -04:00 |
|