Commit Graph

36534 Commits

Author SHA1 Message Date
Robbbert
b980af29dc Correction to author 2015-06-14 11:12:48 +10:00
arbee
cda571268b GLSL: unlimit shader file size. [R. Belmont] 2015-06-13 14:31:36 -04:00
Robbbert
e670fe9846 tvgame: added author (listed on Takeda-Toshiya site) 2015-06-13 14:51:30 +10:00
Scott Stone
978e29cd59 New clones added
----------------
Bionic Commandos (bootleg) [TeamEurope, MikeMcBike]
2015-06-12 20:16:20 -04:00
couriersud
6e9a796ffc Rename netlist::netlist_<somename> to just netlist::<somename>. (nw) 2015-06-13 01:23:31 +02:00
couriersud
f59da94e11 Netlist code now uses "namespace netlist". At the same time, moved all
devices int netlist::devices namespace. [Couriersud]
2015-06-13 01:23:30 +02:00
ted green
ffdddba4f1 Updated eagle1 nvram defaults 2015-06-12 15:36:34 -06:00
Stiletto
f7981d6b5d Diet Go Go Fan suggestion (nw)
Diet Go Go Fan suggestion (nw)
2015-06-12 13:45:35 -04:00
Stiletto
b2873d27d4 minor typo fix (nw)
minor typo fix (nw)
2015-06-12 13:33:37 -04:00
Stiletto
402cdc9fb7 Diet Go Go Fan suggestions (nw)
Diet Go Go Fan suggestions (nw)
2015-06-12 13:31:41 -04:00
Robbbert
f0a189b9de New working console
-------------------
Z80 TV Game System [Robbbert]
2015-06-13 02:46:37 +10:00
Lord-Nightmare
93b52fe579 Merge branch 'master' of https://github.com/mamedev/mame 2015-06-12 10:20:49 -04:00
Lord-Nightmare
1a523b3b6a Corrections to some comments in tms5110r.inc (n/w) 2015-06-12 10:20:17 -04:00
Miodrag Milanovic
7cebd3be04 fix (nw) 2015-06-12 16:12:07 +02:00
mahlemiut
4386b6cca3 forgot to switch logging back off... 2015-06-12 23:34:46 +12:00
mahlemiut
02597f4056 isa/hdc.c: refactored XT HD controller into separate device, so that it can be used in non-ISA systems. 2015-06-12 23:30:43 +12:00
Ivan Vangelista
f279a31605 6532riot.c: removed static TIMER_CALLBACK in favour of device_timer (nw) 2015-06-12 11:27:51 +02:00
Lord-Nightmare
1f74064220 Merge branch 'master' of https://github.com/mamedev/mame 2015-06-11 19:33:28 -04:00
Lord-Nightmare
75ce2e9c4f copy/paste fix. n/w 2015-06-11 19:32:26 -04:00
couriersud
a81db1aaed Add missing file. (nw) 2015-06-12 01:30:17 +02:00
Lord-Nightmare
6e35c3f90a tms5110r.c: Add new LPC table data for CD2802, CD2801; TMS5110A/TMC0281D; add new information regarding each chip. Reorganize LPC tables to use #defines rather than repeating identical data. [PlgDavid, Lord_Nightmare, NullMoogleCable] 2015-06-11 19:04:32 -04:00
Lord-Nightmare
bda42378b4 (MESS) dectalk.c: update comments about DTMF detection (n/w) 2015-06-11 19:04:30 -04:00
couriersud
3010f89079 Added a GMRES solver to netlist. The generalized minimal residual method
ist certainly more modern than Gaussian elimination and Gauss-Seidel.
However, more the current maximum matrix (KidNiki, 89x89) a combination
of Gauss-Seidel to solve for maximum one step to catch quasi-stable
conditions and fall-back to optimized Gaussian elimination (for sparse
matrix) outperforms GMRES by up to 100%. [Couriersud]
2015-06-12 00:29:36 +02:00
couriersud
6fd6de50ff Fixed a bug in the SOR solvers. (nw) 2015-06-12 00:29:35 +02:00
Scott Stone
b2bbc99e76 Fixed duplicate shortname which caused SNES Multitap device from not showing/showing incorrectly as "snes_joypsd" in XML output. (nw) 2015-06-11 17:32:05 -04:00
Scott Stone
1373432248 Moved device constructors from the header to the driver in an effort to keep things uniform (part 1) (nw) 2015-06-11 15:34:26 -04:00
R. Belmont
1b0d44d584 Merge pull request #208 from superctr/master
seta, x1-010: Fix pitch in downtown [superctr]
2015-06-11 08:54:59 -04:00
Dirk Best
48cc86740b New skeleton driver: Regnecentralen RC759 2015-06-11 13:33:05 +02:00
briantro
57411d33ef peplus.c: Minor doc update - NW 2015-06-10 19:08:28 -05:00
David Haywood
b5c0326032 Merge branch 'master' of https://github.com/mamedev/mame 2015-06-10 23:45:23 +01:00
David Haywood
a9080894b4 the slave does not have / need the DSP (nw) 2015-06-10 23:45:01 +01:00
hap
1b2e00cf01 removed old kludge 2015-06-11 00:42:33 +02:00
hap
66a4d637e5 added ioport arrays and cleaned up machine_start 2015-06-11 00:05:32 +02:00
David Haywood
13b609deb2 slightly different logic (nw) 2015-06-10 23:04:03 +01:00
cracyc
ed13fa3ed3 z8000: make 9c00 an alias to testl (nw) 2015-06-10 16:43:20 -05:00
David Haywood
d22e278a03 Merge branch 'master' of https://github.com/mamedev/mame 2015-06-10 21:12:50 +01:00
David Haywood
3ca05f596d system32 - allow individual x/y flipping on tilemaps, 2nd screen on arescue needs this 2015-06-10 21:12:35 +01:00
couriersud
dad7a6bab5 From 45% to 60% to 99%. That's the improvement achieved for a 89x89
audio matrix mostly solved by elimination. 
Cleaned up some code as well. [Couriersud]
2015-06-10 21:50:10 +02:00
Stiletto
b2a7d75ef0 bootlegger info (nw)
bootlegger info (nw)
2015-06-10 15:21:28 -04:00
cracyc
3dab3d202e z8000: set flag on even parity (nw) 2015-06-10 14:08:27 -05:00
Ian Karlsson
0dc8e3a33c Seta, x1-010: Implement frequency division flag 2015-06-10 20:50:27 +02:00
Ian Karlsson
0bbedec8ba Revert "seta, x1-010: Fix pitch in downtown"
This reverts commit 76d163530e.
2015-06-10 20:38:21 +02:00
David Haywood
eefbf671bb emulate the dual stack System 32 games as dual stack (f1 exhaust note and air rescue)
these games use a sub-board over the main board, underneath the ROM boards to connect 2 system 32 stacks, the board contains shared RAM, it is not a network connection.

the games are designed to ONLY operate with the full setup, infact if you remove the sub-board the or either PCB stack the PCBs simply don't boot or display anything because they wait for values in the shared RAM, we were currently hacking around this to run them as a single screen, however this meant that the air rescue title screen was cut in half etc.

by emulating both stacks and the shared RAM I was able to finally remove the hacks.

I haven't touched f1lap because
2015-06-10 19:11:14 +01:00
Ian Karlsson
76d163530e seta, x1-010: Fix pitch in downtown 2015-06-10 19:13:08 +02:00
briantro
923f5e3650 rohga.c: Fix mem size for new sample rom.
MT03941: dearkseal2: Cutscenes suffer from glitched-up voice samples

rohga.c: Redumped MAS10 sound sample rom at the correct size.  Fixes missing sounds in the Darkseal 2. [Porchy, The Dumping Union]
2015-06-10 11:22:59 -05:00
Ian Karlsson
2bc883fabe Merge pull request #2 from mamedev/master
syncing fork
2015-06-10 18:22:23 +02:00
briantro
c9e38b3a45 2015-06-10 10:30:20 -05:00
briantro
1264bfaf9f peplus.c: Misc minor doc corrections & white space - NW 2015-06-10 10:28:19 -05:00
etabeta78
a7184aa5a3 fixed regression in falcon30, falcon40, tt030, tt030_de, tt030_fr,
tt030_pl, tt030_uk drivers due to the wrong driver class being
used. nw.
2015-06-10 15:12:48 +02:00
etabeta78
2efe4c6553 gamegear: allow master gear adapter to see lightphaser offsets. [Enik Land] 2015-06-10 15:11:52 +02:00