balr0g
459c86dee3
Fix build with Xcode 7 (nw)
2015-09-18 16:00:03 -04:00
Olivier Galibert
0ad1714394
Skeleton driver for the Brother MT735 thermal printer [Cowering, O. Galibert]
...
We really need to decide what printers should output...
2015-09-18 11:08:31 +02:00
Olivier Galibert
8d1b766ca7
Skeleton driver for the LG GP40NW10 USB DVD writer [O. Galibert]
...
It is (was?) an inexpensive dvd writer. I started this driver to see
if it was possible to add commands for really raw reading. Let's just
say that mcs51 code is a pain to read.
If it ever works, it can be interesting as a USB device for when we
end up insane enough to try to handle USB in the first place.
2015-09-18 11:07:57 +02: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
Robbbert
884e4460ae
Fix the build.
2015-09-14 10:43:49 +10:00
Joakim Larsson Edstrom
13bbcd2836
Added new devices to build
2015-09-13 20:16:02 +02:00
Joakim Larsson Edström
807bdf0a06
Added driver for Heurikon HK68K/V10 VME board
...
Added some SCC support in the z80dart driver
2015-09-13 20:12:29 +02:00
Cowering
c9d6609bf0
fix cross compile paths, make ar work with lto until Windows GCC fixed
2015-09-13 09:55:03 -05: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
cracyc
78c8d33ebd
pcd: implement pcx video device [Carl, Axel Muhr]
2015-09-09 22:15:46 -05: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
R. Belmont
eb4348b5d8
Merge pull request #302 from JoakimLarsson/mz8105_1
...
New VME board: Mizar 8105
2015-09-02 21:25:45 -04:00
Joakim Larsson Edström
7d43a97f12
New VME board: Mizar 8105, 68000@10Mhz with support for a 16Kb OS9 bootstrap
...
- Terminal interface hooked up to a UPD7201 that the board expects on the VME bus
2015-09-02 23:30:15 +02:00
Justin Kerk
988ec56c7b
Hopefully fix build (nw)
2015-09-02 13:56:42 -07:00
Justin Kerk
c573df73ec
Fix Emscripten compile with GoogleTest (nw)
...
See https://github.com/kripken/emscripten/issues/3484
2015-09-02 13:03:26 -07:00
Miodrag Milanovic
70bddf12f5
Added GoogleTest and convert tests to us it (nw)
2015-09-02 13:50:20 +02:00
Sergey Svishchev
28287d2970
New skeleton: dvk_kcgd (colour graphics display controller for DVK series)
2015-08-30 15:06:06 +03:00
R. Belmont
48d414360c
Merge pull request #287 from felipesanches/canons80
...
initial skeleton driver for Canon S-80 typowriter
2015-08-28 15:32:08 -04:00
Luca Elia
314affc3a0
New games marked as GAME_NOT_WORKING
...
------------------------------------
Chexx (EM Bubble Hockey, 1983 1.1) [Clay Harrell, Luca Elia]
2015-08-25 17:55:30 +02:00
Vas Crabb
f500420346
OS/2 patch for 0.164 [KO Myung-Hun]
2015-08-25 13:02:01 +10:00
Felipe Corrêa da Silva Sanches
25dd325c93
initial skeleton driver for Canon S-80 typowriter
2015-08-24 19:20:02 -03: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
Luca Elia
f8e7f02ce0
rename vampire.c to faceoffh.c (nw)
2015-08-23 17:49:22 +02:00
Luca Elia
94fec04e06
New games marked as GAME_NOT_WORKING
...
------------------------------------
Unknown Entertainment Enterprises sound pcb (maybe Vampire?) [Jarrod Wright]
2015-08-22 17:36:20 +02:00
Michael Zapf
4398fa4f66
New AT29 flash EEPROM circuits
2015-08-21 14:14:13 +02:00
Wilbert Pol
43e4d38a6f
IPC skeleton (nw)
2015-08-18 20:12:56 +02:00
Ville Linde
7834ef5485
New games marked as GAME_NOT_WORKING ------------------------------------ ROLLing eX.tre.me [Ville Linde, Guru]
2015-08-18 20:49:45 +03:00
Luca Elia
67da7a4c89
New games marked as GAME_NOT_WORKING
...
------------------------------------
Joy Stand Private [Luca Elia, Guru]
2015-08-16 18:29:54 +02:00
Wilbert Pol
b30cb9180d
fix mess build (nw)
2015-08-14 13:27:21 +02:00
therealmogminer@gmail.com
5d7c5fc62b
nw, add skeleton and disassembler for DEC PDP-8 CPU
2015-08-13 14:38:30 +02:00
Dirk Best
389fbaf2f0
blockhl: use bankdev, clean up driver
2015-08-13 03:55:04 +02:00
Michael Zapf
985decb028
ti99: That's one small move for a man
2015-08-11 18:41:36 +02:00
yz70s
1ac27c1bea
try fix 3 (nw)
2015-08-11 15:36:18 +02:00
yz70s
b682f0babd
try fix 2 (nw)
2015-08-11 14:24:49 +02:00
yz70s
b8d19a6c86
chihiro.c: Move parts common with Xbox console into their own files machine/xbox.c and includes/xbox.h [Samuele Zannoli]
2015-08-11 02:25:51 +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
Ville Linde
01b95b1973
firebeat: Split GCU into its own file (nw)
2015-08-09 20:22:14 +03:00