Commit Graph

36205 Commits

Author SHA1 Message Date
Dirk Best
51709eef04 wd_fdc: clear head load after 3 disk revolutions, fixes z80netf format
command
2015-05-30 11:10:11 +02:00
Alex W. Jackson
bafa89c8a8 Fix the damage (nw) 2015-05-30 05:03:58 -04:00
Miodrag Milanovic
359be6fcf0 fix windows build (nw) 2015-05-30 10:33:37 +02:00
Miodrag Milanovic
66e394a50f removed some non-commercial use texts no use since it's BSD3 now (nw) 2015-05-30 07:54:01 +02:00
Miodrag Milanovic
87bbbfffc3 Got answer from Steve Ellenoff (nw) 2015-05-30 07:51:29 +02:00
Vas Crabb
46c7eabbaf PMF extension doesn't work on OSX (nw) 2015-05-30 13:36:37 +10:00
Cowering
f115ab2dd2 Let subtarget MESS (not MAME, yet) compile with Windows GCC 5.1 and lto. I am told 'any' recent GCC for Windows has gcc-ar wrapper, if not, change back the line in toolchain.lua (NW) 2015-05-29 17:43:09 -05:00
Scott Stone
b834a34575 Fixed AY8910 speed to match audio pitch in PCB video. Along with a Jump Bug audio fix for 0.161, this resolves MT#5834 (nw) 2015-05-29 18:19:47 -04:00
Dirk Best
0624b6efd0 restore my bbc changes (wtf did happen to them?) 2015-05-29 23:47:41 +02:00
R. Belmont
83e407f7bb Merge pull request #193 from superctr/master
Add configurable clock dividers for Namco C352 [superctr]
2015-05-29 17:27:21 -04:00
hap
f9eb5e92b8 tms1024/tbreakup update 2015-05-29 21:29:16 +02:00
couriersud
abadd747f0 Commit omitted nl_convert.h. Renamed "find" to find_by_name in
pnamed_list for clarity. (nw)
2015-05-29 20:36:01 +02:00
Dirk Best
2edd956f02 more cleanup (nw) 2015-05-29 17:08:59 +02:00
couriersud
84f26ad714 First version of a eagle to netlist converter. (nw) 2015-05-29 16:42:29 +02:00
couriersud
e1d1a6b1f2 Found some cycles. (nw) 2015-05-29 16:42:28 +02:00
couriersud
db3feb6c5e Use netlist().log() for logging instead of printf. This avoids the
printf issue with I64u (aka SIZETFMT) on win builds. (nw)
2015-05-29 16:42:27 +02:00
Dirk Best
98102604f9 cleanups (nw) 2015-05-29 16:29:42 +02:00
Ian Karlsson
595c60e1b8 Adjust C352 clock divider for System12/23 2015-05-29 16:13:46 +02:00
Robbbert
f258c865a1 camplynx: Dungeon Adventure now runs on the 48k. 2015-05-30 00:03:57 +10:00
Ian Karlsson
3634fed78a Add configurable clock dividers for Namco C352 2015-05-29 15:53:21 +02:00
Olivier Galibert
5db0f01e2c Revert "machine type attribute added in the xml"
Too prone to abuse, we're afraid.

This reverts commit 198c77327e.
2015-05-29 15:40:29 +02:00
Olivier Galibert
c22fcb6992 Merge pull request #192 from k2-git/master
machine type attribute added in the xml
2015-05-29 15:08:26 +02:00
k2-git
198c77327e machine type attribute added in the xml 2015-05-29 21:43:53 +09:00
Dirk Best
b940560cce slight update to the previous commit (nw) 2015-05-29 14:12:06 +02:00
Dirk Best
136420f6f3 wd_fdc: after a force interrupt command, return status type 1 (fixes sam
coupe)
2015-05-29 14:02:26 +02:00
Ian Karlsson
66548caf30 Merge pull request #1 from mamedev/master
syncing fork
2015-05-29 13:57:01 +02:00
Robbbert
3e15c2da34 wd_fdc & super80: allow ENMF line to be switched. 2015-05-29 21:17:14 +10:00
Miodrag Milanovic
c35c1f8e5c fix (nw) 2015-05-29 12:12:56 +02:00
hap
2b9e1ac67e correct credits -> license is covered 2015-05-29 12:12:22 +02:00
Miodrag Milanovic
6ff2b614b4 Fixes for Andreas Naive (nw) 2015-05-29 11:57:36 +02:00
Dirk Best
c045ef7625 wd_fdc: add support for the enmf (enable minifloppy) pin, which enables
an internal clock divider for some operations. updated microbee and pcd
to take advantage of this, both systems now boot without patches.
2015-05-29 11:36:29 +02:00
Robbbert
fc9781ca90 camplynx: handle level9 adventures. Not working though due to banking issues. 2015-05-29 19:32:08 +10:00
Robbbert
dedb4d37a0 mbee: motor on always, to fix cp/m select error in the shell. 2015-05-29 19:17:25 +10:00
Alex W. Jackson
11d8f42fc1 namcos1.c: clean up audiocpu ROM loading/banking too (nw) 2015-05-29 03:23:07 -04:00
Alex W. Jackson
842e8b24b3 namcos1.c: load MCU internal and external (voice) ROMs in separate regions (nw) 2015-05-29 02:58:10 -04:00
Miodrag Milanovic
d3839b4058 fixed clang (nw) 2015-05-29 07:59:09 +02:00
Ivan Vangelista
bca443fafc namcos1.c: switched to configured banking, enabled save state support (nw) 2015-05-29 07:50:23 +02:00
Robbbert
67246bee88 Fixed a compile error in MATE. 2015-05-29 10:29:32 +10:00
Robbbert
270c4bd9e0 Fixed the build. 2015-05-29 09:41:04 +10:00
Cowering
6df44235c8 oops, forgot one 2015-05-28 17:17:20 -05:00
Cowering
ea2762e799 Merge branch 'master' of https://github.com/mamedev/mame 2015-05-28 17:07:47 -05:00
Cowering
4332164659 compile fixes for GCC5.1.1 win64 and CPP11 mode.. requested by mingw team to test LTO fixes. please add #ifdefs if 64 bit printf does not work for you 2015-05-28 17:03:36 -05:00
Scott Stone
8f4d8bf37e Addition of commands and details as well as some reordering to match -showusage output (nw) 2015-05-28 14:39:59 -04:00
RobertoFresca
73650a8ccc Merge branch 'master' of https://github.com/mamedev/mame 2015-05-28 15:23:29 -03:00
RobertoFresca
aee54fa4a7 Champion Super 2 & 3 games: Improved the internal layout to represent
a realistic control panel, with clickable button-lamps and a coin in.
Also added the missing BET MAX function to the HOLD 1 input/button.
[Roberto Fresca]
2015-05-28 15:21:38 -03:00
balr0g
20068ed557 We cannot relicense files for which we have not yet received responses (nw) 2015-05-28 14:11:19 -04:00
Miodrag Milanovic
548a982a3c Added skeleton support for Windows Phone and Windows Store - far from working(nw) 2015-05-28 20:06:33 +02:00
RobertoFresca
a92760b406 chsuper.c driver: Reworked all inputs and implemented full outputs
from the scratch. Added DIP switches, DIP locations, extra input port
present in the test mode, implemented coin counters and hopper out /
ticket out signals, implemented full set of lamps and workaround for
the possible Hold3 lamp line circuitry. Also added a nice control
panel internal layout. Documented all ports properly and added some
findings. Changed the CPU clock to 3 MHz to get the game more playable.
Need to check against a real PCB. [Roberto Fresca]
2015-05-28 13:57:42 -03:00
Peter Ferrie
de21d38efb 3rdparty.lua: add check for nil first (nw) 2015-05-28 09:38:32 -07:00
Dirk Best
05664c6657 z80ne: updated to use the new wd fdc. remove custom dmk implementation 2015-05-28 17:27:29 +02:00