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
balr0g
53635d12d7
Remove unnecessary null checks (nw)
2015-05-16 15:48:02 -04:00
balr0g
9aa1670e6f
Warn for self-assignment (nw)
2015-05-16 15:28:47 -04:00
balr0g
c8f5d4f80b
This causes a self-assignment and is unneeded (nw)
2015-05-16 15:27:36 -04:00
couriersud
755c01a98e
Attempt to fix warning reported by Cowering. (nw)
2015-05-16 20:43:55 +02:00
couriersud
2d934ef214
Remove another c99 non-const array. (nw)
2015-05-16 19:22:30 +02:00
RobertoFresca
5489a72aa9
Merge branch 'master' of https://github.com/mamedev/mame
2015-05-16 14:15:40 -03:00
RobertoFresca
8e124ace53
Added myself and other devs to a few drivers...
2015-05-16 14:14:41 -03:00
Luca Elia
224a0a0250
Mention myself in a few more files (nw)
2015-05-16 18:15:28 +02:00
couriersud
bb519c8c70
Remove c99-type usage of non-const arrays. (nw)
2015-05-16 17:12:03 +02:00
therealmogminer@gmail.com
c6db5abc81
(MESS) - N64: Improve blender performance. [MooglyGuy]
2015-05-16 16:39:39 +02:00
couriersud
c839959541
Some netlist bugfixes:
...
- Savestate works
- Truthtable device deactivation fixed
- Truthtable ignore mask is now determined by
a better approach identifying more ignore
possibilities.
2015-05-16 16:31:37 +02:00
R. Belmont
c27c4070be
Merge pull request #180 from felipesanches/makerbot_replicator1
...
Adding several official firmware image versions for the Makerbot Replicator 1 3d printer.
2015-05-16 10:07:09 -04:00
R. Belmont
02efb9094c
Merge pull request #184 from ImJezze/master
...
Fixed black border
2015-05-16 10:06:22 -04:00
Scott Stone
43ed5a7e96
Fixed multiple parents in for vigilant.c (nw)
2015-05-16 09:29:03 -04:00