Commit Graph

25134 Commits

Author SHA1 Message Date
Ivan Vangelista
82b896637b Removed SOUND_START legacy MACRO. Added SOUND_START_MEMBER and SOUND_RESET_MEMBER macros. (nw) 2013-10-27 19:38:03 +00:00
Curt Coder
faa717c9a1 (MESS) abc800: Xebec WIP. (nw) 2013-10-27 19:11:23 +00:00
Robbbert
eca50ea39d (MESS) instructor50 : Added flag led. (nw) 2013-10-27 18:21:51 +00:00
Michael Zapf
86d7d3da82 (MESS) geneve: Implementing precise wait state behavior. (nw) 2013-10-27 17:09:50 +00:00
Angelo Salese
44c0bac025 Minor changes to RM Nimbus, nw 2013-10-27 16:40:30 +00:00
Robbbert
43b8018fe1 (MESS) instructor50 : Added user switches and round leds. (nw) 2013-10-27 16:38:29 +00:00
David Haywood
20d0b0dd0f remove 8 kilobytes of internal ROM sample data from MAME's YM2608 emulation, it's been there for ~11 years.
After getting legal advice over some recent happenings this was highlighted as a clear infringement of Yamaha's copyright within the MAME code, and in need of urgent addressing, distributing any builds / source trees with this present is inadvisable.
2013-10-27 15:25:14 +00:00
Angelo Salese
d9ef0ef083 Moar licenses 2013-10-27 14:47:37 +00:00
Angelo Salese
4ede3e1771 Fix MT #05240 2013-10-27 12:33:52 +00:00
smf-
bf616d3610 Marked the turret tower chd as bad and added a note as to why (nw) 2013-10-27 12:33:21 +00:00
Angelo Salese
08bd372dc1 MT #04731 & MT #05335: fixed "Warning: k053252 read 0e, contact MAMEdev" msg 2013-10-27 11:50:24 +00:00
Angelo Salese
a661c45107 Define licenses 2013-10-27 11:25:10 +00:00
Ivan Vangelista
2bea2827e6 Updated a pair of commented out legacy calls. (nw) 2013-10-27 10:13:07 +00:00
Sandro Ronco
05fe42c943 Specify license for src/mess/drivers/tvc.c 2013-10-27 07:16:02 +00:00
R. Belmont
15456e2839 ncr5380n: improved /BSY behavior on arbitration. [R. Belmont] 2013-10-27 04:01:25 +00:00
Jonathan Gevaryahu
8c1fc01b67 specify licenses (after checking with balrog and Kevtris) 2013-10-27 00:27:24 +00:00
Couriersud
708fd81c72 Netlist: ongoing cleanup
- simplified classes
- separated logic and analog inputs/outputs.
2013-10-26 19:58:49 +00:00
Sandro Ronco
1a4b917d7e License tags. (nw) 2013-10-26 19:53:18 +00:00
Couriersud
58c8d37e46 SDL: Fixed testkeys utility to compile with SDL2.0
What a pity that neither multiple mice nor multiple keyboards made it into SDL2.0 :-(
2013-10-26 19:47:58 +00:00
Couriersud
3b62d6c85b SDL: Fixed a logging bug. 2013-10-26 19:46:19 +00:00
Sandro Ronco
bcd2b2ae77 Moved iq151, kc, tvc and z88 expansions into emu/bus. (nw) 2013-10-26 19:17:51 +00:00
Michaël Banaan Ananas
88cd9b09b7 (Windows) add higher resolution icons for mame/mess. These were made available by JacKc a few months ago. I don't mean to imply that they are 'official', they may be replaced later. 2013-10-26 16:28:50 +00:00
smf-
7206ae51d0 Hooked up DSP/GPU interrupt to tom that was missed when modernizing jaguar core in r24736. Fixes Area 51 issue mentioned in mametesters 05256, but 0.149u1 was released before the modernizing and maxf_ng still has the problem mentioned in the bug report. [smf] 2013-10-26 15:48:32 +00:00
Michaël Banaan Ananas
d0406ad5e0 Hardcoded toggled inputs (eg. simulated hi-lo gearshift-lock in racing games) can now be manually turned off or on by the user. [hap]
For example, to disable the toggle on the shifter in outrun, open /cfg/outrun.cfg and add toggle="no" to the port tag, like so:
<port tag=":SERVICE" type="P1_BUTTON1" mask="16" defvalue="0" toggle="no">
2013-10-26 12:24:21 +00:00
Alex W. Jackson
ace93fb887 spc700ds.c: fix disassembly of memory-to-memory and immediate-to-memory instructions [Alex Jackson] 2013-10-26 12:01:51 +00:00
Alex W. Jackson
9998681885 SDL: Fix SDL1 build (nw) 2013-10-26 11:57:38 +00:00
smf-
22abd3cdb8 New games added or promoted from NOT_WORKING status
---------------------------------------------------
Turret Tower [Philip Bennett, smf]
2013-10-26 11:09:59 +00:00
smf-
6feb1c98da Changed IDE read sector timing to be the same as read multiple instead of write sector. [smf] 2013-10-26 11:04:56 +00:00
R. Belmont
0b159718d3 Whoops (nw) 2013-10-26 03:20:21 +00:00
R. Belmont
f710a1b48c SDL: disable TrueType support for SDL2 builds for now. (nw) 2013-10-26 03:19:45 +00:00
R. Belmont
8679ca14bc SDL: Fix joystick to work with final SDL 2.0 (nw) 2013-10-26 03:16:12 +00:00
Curt Coder
85e1ff6ff8 (MESS) abc800: Xebec WIP. (nw) 2013-10-25 19:40:41 +00:00
Robbbert
6812ae93ef (MESS) instructor50 : Added interrupt logic. Connected up remaining keys. 2013-10-25 16:46:10 +00:00
R. Belmont
9c7ff6a3bc Another Clang fix (nw) 2013-10-25 03:14:09 +00:00
R. Belmont
37b480df3c Clang fix (nw) 2013-10-25 03:11:36 +00:00
R. Belmont
a353507925 SDL: Remove deprecated GTK+ debugger. [R. Belmont] 2013-10-25 02:53:57 +00:00
R. Belmont
4e8a1289bd SDL: add SDL_FRAMEWORK_PATH option to control where SDL is installed on OS X plus OS X 10.9 support. Started removing deprecated GTK+ debugger. [R. Belmont, Balrog] 2013-10-25 02:27:31 +00:00
Curt Coder
7920356585 (MESS) abc800: Xebec WIP. (nw) 2013-10-24 21:05:32 +00:00
Scott Stone
4bcef3abbe New clones added
----------------
Phozon (Sidam)  [Albolo, Silvio Grazzini, Corrado Tomaselli]
2013-10-24 20:05:13 +00:00
Ivan Vangelista
4075c9723b Modernized the Pleiads sound device. (nw) 2013-10-24 19:36:45 +00:00
Ivan Vangelista
e6a9c934a0 Modernized Sega Speech and Sega USB devices. (nw) 2013-10-24 19:31:15 +00:00
Curt Coder
141c1a7c69 (MESS) compis: Refactored to use i80130, does not work yet. (nw) 2013-10-24 19:18:14 +00:00
Curt Coder
1e370f3e29 Added i80130 OSP emulation. [Curt Coder] 2013-10-24 18:07:38 +00:00
Curt Coder
d31ecb52b8 (MESS) compis: WIP. (nw) 2013-10-24 16:11:20 +00:00
Curt Coder
c97e07acc3 (MESS) compis: WIP. (nw) 2013-10-24 15:51:56 +00:00
Curt Coder
3bef04de42 (MESS) compis: Added configuration jumpers. (nw) 2013-10-24 15:19:45 +00:00
Robbbert
3b4a3cf97d (MESS) instructor50 wip 2013-10-24 12:58:32 +00:00
Robbbert
6ee39b2e63 (MESS) elektor : fixed quickload regression 2013-10-24 08:49:07 +00:00
Jonathan Gevaryahu
a8007a8030 very small info update for one pdp11 prom 2013-10-23 20:35:57 +00:00
Jonathan Gevaryahu
3469def8cd specify licenses 2013-10-23 20:34:19 +00:00