couriersud
bb3ac09be2
Downsizing ... Removed netlist_ttl_input_t and netlist_ttl_output_t.
...
The logic family is governed by the chip and defaults to TTL.
However individual devices may change the logic family of their
inputs and outputs as well. Implementing special output/input
characteristics of "S", "LS", "HC", ... you name it, devices
is now pretty easy. Theoretically e.g. a "LS_HighPrecision"
proxy could be used to model the output down to the transistor
level. [Couriersud]
2015-05-09 21:12:02 +02:00
hap
a9fa89ef41
moved E0C6S46 to its own file
2015-05-09 19:47:27 +02:00
hap
7523b96daa
some copyright tags
2015-05-09 18:50:21 +02:00
couriersud
2daf85bd65
Adjust breakout layout to fit screen boundaries.
...
Changed lights to be be circles. [Couriersud]
2015-05-09 17:57:54 +02:00
couriersud
226bedbb6a
Fix timing of dice compatibility capacitor delay. (nw)
2015-05-09 17:57:53 +02:00
couriersud
8720d303c3
Doubled horizontal resolution in breakout because pixelclock has
...
2:1 and 1:1 duty cycles. Adjusted screen boundaries.
2015-05-09 17:57:52 +02:00
David Haywood
533697dccc
tag some drivers where I've made significant contributions, or in some case authored the whole driver (nw)
2015-05-09 16:40:53 +01:00
Miodrag Milanovic
5cf3361293
few more resolved in lib/util (nw)
2015-05-09 17:26:55 +02:00
Miodrag Milanovic
db9f8ea39c
did license settings for OG and Andrew, cleared up OSD part for licenses (nw)
2015-05-09 17:02:35 +02:00
Miodrag Milanovic
7513fb00a0
Fix resources and updated verinfo to give default for mame in any subtarget case except mess (nw)
2015-05-09 16:32:49 +02:00
Andrew Gardner
ab3a1886b1
Messy merging maybe done
2015-05-09 16:28:22 +02:00
Andrew Gardner
6f61a296e9
Comment fix (nw)
2015-05-09 16:26:46 +02:00
Andrew Gardner
75cb255e36
License addition (nw)
2015-05-09 16:26:05 +02:00
Andrew Gardner
23ddce021a
Merge branch 'master' of https://github.com/mamedev/mame
2015-05-09 16:13:54 +02:00
Miodrag Milanovic
6b48183ecf
Fix layout gen (nw)
2015-05-09 16:13:15 +02:00
Andrew Gardner
28aa0712ae
Merge branch 'master' of https://github.com/mamedev/mame
2015-05-09 16:08:40 +02:00
Miodrag Milanovic
ca37d40f69
Removed comments and added generic license for whole team on top (nw)
2015-05-09 16:05:30 +02:00
Andrew Gardner
cbe638fe1e
Merge branch 'master' of https://github.com/mamedev/mame
2015-05-09 15:53:43 +02:00
Miodrag Milanovic
a9600a90da
Moved licenses from Dirk Best to top of file (nw)
2015-05-09 15:53:32 +02:00
Andrew Gardner
7cb6ab6e6a
(MESS) New Not Working\n----------\nMonty Plays Scrabble\nMaster Monty
2015-05-09 15:52:09 +02:00
ted green
a27ee8be75
Fixed button mapping for service and test
2015-05-09 07:23:43 -06:00
Miodrag Milanovic
5df1b60963
MAME now represent full build, for building MESS drivers only use [Miodrag Milanovic]
...
make SUBTARGET=mess, for building only Arcades drivers only use:
make SUBTARGET=arcade
2015-05-09 15:10:29 +02:00
therealmogminer@gmail.com
9d82d2242f
(MESS) -n64: 50% RDP speedup on an i7-5930K [MooglyGuy]
2015-05-09 13:56:14 +02:00
RobertoFresca
a3b31a14e8
Merge branch 'master' of https://github.com/mamedev/mame
2015-05-09 08:14:29 -03:00
RobertoFresca
6b0e657b6b
Updated some notes and cosmetic clean-up.
2015-05-09 08:13:38 -03:00
David Haywood
b2892fedcf
new clones
...
Olympic Soccer '92 (set 3) [zozo] (not working)
2015-05-09 11:55:00 +01:00
David Haywood
7e84989659
Merge branch 'master' of https://github.com/mamedev/mame
2015-05-09 11:10:04 +01:00
David Haywood
3baef57f15
add a note about the differences in the gfx roms for the maddonnb set, we should be on the lookout for a PCB that does not show '(c)Copyright 1995' on the title screen in order to find the correct program roms for them. (nw)
2015-05-09 11:09:20 +01:00
Miodrag Milanovic
ff1d3994ad
Added known authors to licenses tags (nw)
2015-05-09 10:51:31 +02:00
David Haywood
2dab82800a
correct hashes as per tafoid mail (nw)
2015-05-09 09:03:19 +01:00
Ivan Vangelista
a9d1c3d38e
nbmj8900.c: added save state support (nw)
2015-05-09 08:48:20 +02:00
Miodrag Milanovic
bdf5d552f3
Updated licenses on Ryan Holtz request (nw)
2015-05-09 08:20:39 +02:00
Scott Stone
58b2e0fee2
Merge pull request #176 from 0-wiz-0/master
...
Remove BOM.
2015-05-08 22:34:54 -04:00
mahlemiut
d7fe898124
cpcexp: added ROMEN signal, and a function to tell an expansion to set up any RAM mapping it needs. Added support for Brunword MK4 as an expansion device.
2015-05-09 13:27:06 +12:00
couriersud
00af096b9f
Aligned logic_family usage across objects. (nw)
2015-05-09 02:08:17 +02:00
ted green
5cf7b1fb78
Remove semi-colon from macro invocation
2015-05-08 17:39:09 -06:00
couriersud
1b57b856ea
Fix clang compile (nw)
2015-05-09 01:10:38 +02:00
couriersud
de46166cfd
Netlist chnages:
...
- Cleanup of the solver system. Moved all experimental stuff into
nld_ms_sor_mat.h to have a production solver. Renamed Gauss-Seidel to
SOR since it is actually a SOR with omega = 1.
- Separated matrix and right-hand-side calculation.
- Aligned register_sub to follow the same calling convention as other
register_* calls.
2015-05-09 01:10:37 +02:00
briantro
f7b41e3384
mame.lst: Add missing sets for Ted's last commit - NW
2015-05-08 17:54:12 -05:00
ted green
eac72331ca
Updated configuration methods for fpga and eeprom
2015-05-08 16:35:08 -06:00
ted green
30f73716c3
Interm release that breaks everything because iteagle was updated.
2015-05-08 16:27:39 -06:00
David Haywood
8cf42e5bc7
corrections to gtfore sets [Brian Troha]
...
(if stepping on toes, revert)
2015-05-08 20:48:34 +01:00
Miodrag Milanovic
7f5a85bd3c
Updated license info on Wilberts request (nw)
2015-05-08 19:29:24 +02:00
Miodrag Milanovic
f0ea3238d8
Added owners and licenses for those who can be tracked (nw)
2015-05-08 19:04:46 +02:00
Ivan Vangelista
dae60116d6
hvyunit.c: added save state support, moved to configured banking (nw)
2015-05-08 18:13:37 +02:00
Ivan Vangelista
1d12e0e909
renegade.c: completed save state support (nw)
2015-05-08 18:12:58 +02:00
cracyc
bedee83f26
add some licenses to stuff I wrote (nw)
2015-05-08 09:20:03 -05:00
Miodrag Milanovic
c04e731350
more updates (all for today) (nw)
2015-05-08 16:14:28 +02:00
R. Belmont
e98e19a3e3
(MESS) Fix gp32 credit, my code's all gone (nw)
2015-05-08 10:08:50 -04:00
Miodrag Milanovic
f7af7af075
Start adding owners to files in MESS and updated license for PeT (nw)
2015-05-08 15:51:47 +02:00