Commit Graph

35839 Commits

Author SHA1 Message Date
therealmogminer@gmail.com
9152e0aef8 (MESS) n64: Improve RDP speed by eliminating some unneeded code. [MooglyGuy] 2015-05-18 22:05:58 +02:00
ted green
6cb8a2d15e iteagle_fpga.c -- Restrain m_serial_idx from going out of bounds.
voodoo_pci -- Added different card types and configuration options.
2015-05-18 13:19:35 -06:00
hap
c41c1051c5 credit for tim 2015-05-18 21:07:33 +02:00
Miodrag Milanovic
8639535374 update for Philip Bennett (nw) 2015-05-18 21:01:20 +02:00
Miodrag Milanovic
dde5d0df2a resolving some more drivers ownership (nw) 2015-05-18 20:54:31 +02:00
Miodrag Milanovic
c5b0aa514f Update for Phill Harvey-Smith and Tim Lindner 2015-05-18 20:54:30 +02:00
Dirk Best
00142ca341 Nascom: Add floppy softlist 2015-05-18 19:55:46 +02:00
Ivan Vangelista
18e90bc313 tc0100scn.c: fixed postload, fixes cameltry save state regression (nw)
taitof2.c: killed anonymous timer while I was at it (nw)
2015-05-18 19:44:40 +02:00
Ivan Vangelista
aa8c7eee25 cchasm.c: added save state support (nw) 2015-05-18 19:17:18 +02:00
Ivan Vangelista
e3363e97e8 megadriv.c: added missing save states, fixes gauntlt4 save state problem discovered by Tafoid's regression test (nw)
315_5313.c: fixed some save states, fixes palette restore problem evident in gauntlt4 (nw)
2015-05-18 19:08:32 +02:00
hap
fc85420713 notes 2015-05-18 18:52:45 +02:00
balr0g
71bac92863 Minor changes for clarity (nw) 2015-05-18 10:46:14 -04:00
R. Belmont
12b316879c zn: Give Peter a "thanks" for the nbajamex banking pointer. (nw) 2015-05-18 09:36:59 -04:00
Vas Crabb
9a68a7c392 Merge pull request #186 from felipesanches/avoid_log_message_flood_in_replicator1
Avoid log message flood in Replicator 1 driver.
2015-05-18 23:33:30 +10:00
Felipe Corrêa da Silva Sanches
46258e0f52 Avoid log message flood in Replicator 1 driver. 2015-05-18 09:58:27 -03:00
Dirk Best
48aee7d615 Nascom: Add support for the Advanced Video Card (AVC) 2015-05-18 12:57:49 +02:00
Vas Crabb
eaa3a955f7 Fix AVR8 I/O register constant enumeration 2015-05-18 18:14:11 +10:00
Miodrag Milanovic
6089fdbb8b Changes for Roberto Zandona (nw) 2015-05-18 10:01:05 +02:00
Olivier Galibert
4257a83cb7 Be liberal in what you accept (nw) 2015-05-18 09:48:29 +02:00
Osso
63e7d59f41 harddriv.c: fixed MT05940 (nw) 2015-05-18 08:26:34 +02:00
Vas Crabb
a15dfc6314 Brief coding standard 2015-05-18 09:34:36 +10:00
couriersud
a121403aa3 Fixed a number of "-Wextra -Wdouble-promotion" warnings. (nw) 2015-05-18 00:38:30 +02:00
couriersud
d99237d21a More progress on SPICE to netlist conversion.
nltool can now convert simple SPICE netlists e.g. from 
LTSpice to netlist format. [Couriersud]
2015-05-17 23:13:36 +02:00
couriersud
916d03981c Document the changes necessary to compile lua using c++.
This may be necessary to completely avoid the usage
of setjmp in MAME. (nw)
2015-05-17 23:13:35 +02:00
balr0g
b60ae13d77 Revert "Remove unnecessary null checks" for now, undefined behavior but breaks too much, will have to revisit (nw)
This reverts commit 53635d12d7.
2015-05-17 13:37:16 -04:00
balr0g
a545ee63bd Change this error to a warning and don't drop into debugger for now (nw) 2015-05-17 12:43:56 -04:00
ted green
48c49af416 Updated license 2015-05-17 10:41:40 -06:00
ted green
352c2ab45a Fixed port mapping so that standalone iteagle doesn't crash.
Added serial port handling in fpga so that self-test (start==0 at power on) doesn't hang.
2015-05-17 10:36:34 -06:00
therealmogminer@gmail.com
ece3a08e19 (nw) N64: Make code style consistent and make mostly const-correct. 2015-05-17 18:29:41 +02:00
Luca Elia
5529a60b6c TLCS-90 CPU: Fixed TRUN bit masking (timers start/stop) [Rainer Keuchel] 2015-05-17 17:33:37 +02:00
Miodrag Milanovic
64987c86ec fixed determining RC file and rules and removed not needed files (nw) 2015-05-17 16:46:37 +02:00
Miodrag Milanovic
242e55a0ec Did changes for Alex Pasadyn (nw) 2015-05-17 16:00:36 +02:00
Dirk Best
1e9f57c2cd Nascom: Clean up, add NASBUS emulation and make the floppy disc
controller a NASBUS card, convert to the new wdc emulation, add generic
socket emulation, add initial software list.
2015-05-17 15:18:59 +02:00
couriersud
f63baa6dca Started working on SPICE to netlist conversion. (nw) 2015-05-17 13:21:33 +02:00
couriersud
ebc96303ee Removed all uses of setjmp.h in MAME. The only place where
it is still referenced is cpu/powerpc/ppc.c. I couldn't find 
any case in which this file would be compiled using the 
current build system. Nonetheless documented use using 
PPC_H_INCLUDED_FROM_PPC_C define. [Couriersud]
2015-05-17 13:21:32 +02:00
Luca Elia
9aaa9fbebc Fix text color and wrong sprite flip x based on game footage [Luca Elia] 2015-05-17 12:31:22 +02:00
balr0g
13128ac41c cleanup (nw) 2015-05-17 02:17:00 -04:00
balr0g
8f49757026 Correctly fix tms57002 (nw) 2015-05-17 01:49:44 -04:00
hap
adcf929aef (handle clock_clktimer last in case of watchdog reset) 2015-05-17 05:53:35 +02:00
briantro
fb89944ff3 peplus.c: Added correct CG2228 graphics roms to the Multi-Poker XM00008P set. [BrianT, PowderMaker] 2015-05-16 22:44:58 -05:00
Peter Ferrie
636902ea2e credit the drivers with meaningful work (nw) 2015-05-16 20:09:19 -07:00
Peter Ferrie
f4cab7c4df gambl186: further improvements to EEPROM behaviour [Peter Ferrie] 2015-05-16 18:20:02 -07:00
David Haywood
7b18f4bd9c compile/link fix (nw) 2015-05-17 02:11:45 +01:00
Peter Ferrie
c7ff5fa0e8 savquest: WIP [Peter Ferrie]
almost a year later, finally checking in this WIP.
* hooked up Voodoo 2 device
* switched to DS12885 device for proper CMOS size
* moved Voodoo register base to proper place
* implemented Voodoo-specific PCI registers to pass Glide validation
* increased frame-buffer size to enable 640x480 resolution
* hooked up ISA bus and SoundBlaster 16 device
* extended HASP emulation to return product information
* documented HASP behaviour

(nw) still missing IRQ hookup for SB16, but game boots quite far now
when IRQ is simulated.
2015-05-16 16:09:48 -07:00
couriersud
3d1f7e4a52 Rewrote nl_dice_compat.h so that it can be used to support
DICE to netlist syntax conversions. Example script included in the
header. (nw)
2015-05-17 01:01:02 +02:00
couriersud
535b12d4bf Fix ignored qualifier warnings. (nw) 2015-05-17 00:59:35 +02:00
balr0g
3c5998b7ee Mark replacements separate from overloads and remove unneeded prototypes (nw) 2015-05-16 17:13:01 -04:00
couriersud
d1b57314bf Made netlist code compile with "-Wextra -Wdouble-promotion
-Wno-unused-parameter". (nw)
2015-05-16 22:55:28 +02:00
David Haywood
413b1f9bfb add credit to some files where I've contributed (nw) 2015-05-16 21:37:32 +01:00
balr0g
79e17d0ad3 Remove nonstandard inline overloads (nw) 2015-05-16 15:57:07 -04:00