Commit Graph

51050 Commits

Author SHA1 Message Date
Ivan Vangelista
4f096dab01 New not working games
___________________
Arizona [PinMAME]
Disco Dancing [PinMAME]

more to come (nw)
2017-03-02 18:57:11 +01:00
Ivan Vangelista
8ff4b514b3 taito.cpp: added program ROMs and corrected title for voleybal [PinMAME] 2017-03-02 18:51:27 +01:00
AJR
998b41f701 Fix silly editing error (nw) 2017-03-02 10:22:54 -05:00
AJR
eb49d890aa Fix clang build by supplying constructor for device_registrar (nw) 2017-03-02 09:36:34 -05:00
Vas Crabb
6a7484db95 fix for libc++ build (nw) 2017-03-03 00:54:48 +11:00
Vas Crabb
aa739563d1 Self-registering devices.
* MAME now walks all devices when generating -lx output irrespective of whether they're actually instantiated anywhere or not.
* -lx is at least 30% faster than previous implementation.
* Only possible drawback is that filtering drivers no longer filters devices.
2017-03-03 00:45:14 +11:00
arbee
8bf4bac0c1 apple2: fixed IIe $C800 arbitration, Zellyn/kqumba tests pass now. [R. Belmont] 2017-03-02 07:58:45 -05:00
Robbbert
2baa5b6fad (nw)svcpcb: fixed typos 2017-03-02 22:41:02 +11:00
Robbbert
a7cbf72946 (nw)alpha1v: adjusted screen size 2017-03-02 22:38:48 +11:00
ajrhacker
32bee0243a Merge pull request #2107 from shattered/_72f9ffa
bitgraph: switch from layouts to rotation flags, unbreak keyboard
2017-03-01 23:02:28 -05:00
R. Belmont
a25dd6b9c3 Merge pull request #2108 from shattered/_62d5ba5
legacy floppy: unbreak floppy_stp_w
2017-03-01 21:48:46 -05:00
AJR
0bc96f38f1 hanaroku: Add NVRAM and hopper 2017-03-01 19:18:50 -05:00
Robbbert
2620b1b0ab Merge branch 'master' of https://github.com/mamedev/mame 2017-03-02 09:48:08 +11:00
Robbbert
8ad7f900e1 (nw)Housekeeping. 2017-03-02 09:47:25 +11:00
MetalliC
8b7af0ba65 midwunit.cpp: redumped UMK3 U2-U5 sound ROMs, all match current dumps [ShouTime]
removed BAD_DUMP tag, raised MACHINE_IMPERFECT_SOUND for umk3 sets, see MT #00751
2017-03-02 00:40:34 +02:00
Ivan Vangelista
913cee2f39 karateco spelling fix (nw) 2017-03-01 19:55:09 +01:00
Sergey Svishchev
d61cb4ff8e legacy floppy: unbreak floppy_stp_w 2017-03-01 21:52:55 +03:00
Sergey Svishchev
3fd97a9040 bitgraph: switch from layouts to rotation flags, unbreak keyboard 2017-03-01 21:50:18 +03:00
Peter Ferrie
85b9ebd5cd apple2e.cpp: fix typo [nw] 2017-03-01 10:35:54 -08:00
Peter Ferrie
6dfa1274b9 apple2: rewrite LC handling [Peter Ferrie] 2017-03-01 09:55:48 -08:00
hap
24d6c77846 New clone added
-------
Milton Bradley Simon (Rev F) [Sean Riddle]
2017-03-01 18:50:33 +01:00
Ivan Vangelista
c51e402aad New not working games
___________________
Space Ship [PinMAME]
White Force [PinMAME]
2017-03-01 18:50:04 +01:00
Sergey Svishchev
7fb8176ac6 apply clang-format, remove obsolete comments. no code changes. 2017-03-02 01:24:43 +11:00
Vas Crabb
73e2a3f542 ti85.cpp: Convert TI-8x link port to a bus with emulated peripherals, should work with TI-82 and TI-85.
* tee allows two peripherals to be connected in parallel
* glinkhle is an RS232 (9600 8N1) adaptor
* bitsock sends raw assert/release line signals to/from a bitbanger device
* monospkr is a speaker connected between tip/ring in parallel and sleeve
* stereospkr is two speakers: left across tip and sleeve, right across ring and sleeve

Use glinkhle to make emulated calculators talk with cooked sockets, e.g.

    mame ti82 -linkport glinkhle -linkport:glinkhle:rs232 null_modem -bitb socket.127.0.0.1:2345

Use bitsock to make emulated calculators talk with cooked sockets, e.g.

    mame ti82 -linkport bitsock -bitb socket.127.0.0.1:2345

You can use tee to do stuff like listen to data activity for debugging purposes, e.g.

    mame ti82 -linkport tee -linkport:tee:a stereospkr -linkport:tee:b glinkhle -linkport:tee:b:glinkhle:rs232 null_modem -bitb socket.127.0.0.1:2345
2017-03-01 16:36:42 +11:00
Vas Crabb
b28ede22ef sun3x.cpp: hook up keyboard 2017-03-01 16:36:41 +11:00
Vas Crabb
dad4cb0b1f gotcha/ppchamp: hook up lamp outputs and add clickable artwork 2017-03-01 16:36:41 +11:00
arbee
80f55bbd0d apple2: fixed IIe/IIc self-test regression, fixed IIe LC reset state. [R. Belmont] 2017-02-28 21:34:48 -05:00
MetalliC
6febbaeb68 naomi.cpp: redumped "Virtua Fighter 4 (Rev B) (GDS-0012B)" [rtw] 2017-02-28 23:57:58 +02:00
hap
0b2d99f28f New working machine added
--------
Coleco Quiz Wiz Challenger [hap, Sean Riddle]
2017-02-28 22:55:16 +01:00
hap
4462f67d18 finish eleciq internal artwork (nw) 2017-02-28 19:47:17 +01:00
Ivan Vangelista
96bad83f8e New not working clone added
_______________________
Time Traveler (set 2) [Ordyne, The Dumping Union]
2017-02-28 18:03:19 +01:00
hap
cd7981021d some DEF_STR cleanup (nw) 2017-02-28 17:58:25 +01:00
arbee
d0018b1df4 apple2e: pass Zellyn/qkumba language card tests [R. Belmont] 2017-02-28 08:14:19 -05:00
smf-
c9d8d33d44 fix MSVC build (nw) 2017-02-28 11:10:23 +00:00
smf-
023eb2d252 fix MSVC build (nw) 2017-02-28 11:07:30 +00:00
smf-
4e24c4f2ba fix MSVC build (nw) 2017-02-28 10:53:03 +00:00
smf-
c5a49800a6 fix MSVC build (nw) 2017-02-28 10:48:10 +00:00
smf-
d1ecd32264 fix MSVC build (nw) 2017-02-28 10:12:47 +00:00
smf-
36ec8bb32e fix MSVC build (nw) 2017-02-28 08:34:03 +00:00
arbee
f271ad3672 apple2: rewrote 16k language card to pass Zellyn/qkumba tests [R. Belmont] 2017-02-27 23:43:15 -05:00
hap
3e92c83669 hh_tms1k: skeleton driver for quizwizc (nw) 2017-02-28 02:10:37 +01:00
Nathan Woods
540307cdf6 Fixed -readconfig regression introduced in the 0.184 dev cycle 2017-02-28 11:20:17 +11:00
hap
ebe3b9cfce New working machine added
----------
Conic Electronic I.Q. [hap, Sean Riddle]
2017-02-28 00:03:19 +01:00
hap
a73f4938bc hh_tms1k: skeleton driver for Conic IQ (nw) 2017-02-27 22:32:35 +01:00
MetalliC
da004b2eb7 new clone added as NOT_WORKING
------------------------------
Wangan Midnight Maximum Tune 2 (Export) (GDX-0016) [Ordyne, The Dumping Union]
2017-02-27 21:08:23 +02:00
hap
bf11750f2a novag6502: workaround for unknown cforte lcd (nw) 2017-02-27 18:50:12 +01:00
Olivier Galibert
2cead2e014 Compile testing anybody? (nw) 2017-02-27 18:15:33 +01:00
AJR
053ea31f64 hp9845b: Use standard instance names (and type) for optional ROMs 2017-02-27 11:41:31 -05:00
hap
307e6a27b4 fidel6502: added designer 2100 (nw) 2017-02-27 17:36:31 +01:00
Brad Hughes
0505d3c985 Some reports of garbage in console with DInput controllers.
Change to snprintf with assert since apparently snprintf fixes the reported problem.
2017-02-27 11:15:29 -05:00