Commit Graph

35950 Commits

Author SHA1 Message Date
Curt Coder
30d3d205a8 License fix. (nw) 2015-05-22 22:16:00 +03:00
Curt Coder
05776da71f (MESS) beta: Refactored to use the new 6532. (nw) 2015-05-22 22:15:47 +03:00
Curt Coder
75d62f9a7d (MESS) d9060: Refactored to use the new 6532. (nw) 2015-05-22 22:10:49 +03:00
Curt Coder
326d57e8eb (MESS) c8280: Refactored to use the new 6532. (nw) 2015-05-22 22:07:25 +03:00
Curt Coder
274254c4bd (MESS) interpod: Refactored to use the new 6532. (nw) 2015-05-22 22:02:14 +03:00
hap
514c3def5e correction 2015-05-22 20:23:34 +02:00
Peter Ferrie
1f480ff844 savquest: default NVRAM (nw) 2015-05-22 11:10:13 -07:00
Miodrag Milanovic
d22ab4e6e2 owner name consistency and typo fix (nw) 2015-05-22 19:51:00 +02:00
R. Belmont
efe76a3895 More license self-service (nw) 2015-05-22 13:50:05 -04:00
R. Belmont
7700fa45a8 License self-service (nw) 2015-05-22 13:49:37 -04:00
hap
62374751ec added m58846 pinout 2015-05-22 19:26:40 +02:00
Alex W. Jackson
04f90c4920 Ownership/license (nw) 2015-05-22 12:12:44 -04:00
Miodrag Milanovic
7093ad1009 update for Al Kossow (nw) 2015-05-22 18:05:37 +02:00
hap
31b8a83007 credits correction 2015-05-22 18:02:53 +02:00
Miodrag Milanovic
6dee0951d4 ah it's same person (nw) 2015-05-22 16:20:07 +02:00
Miodrag Milanovic
5f75a0f05e unified licenses names (nw) 2015-05-22 15:53:53 +02:00
Miodrag Milanovic
cc8486df93 Update for Andreas Naive, other places already covered (nw) 2015-05-22 15:28:40 +02:00
Miodrag Milanovic
cb414b84bc Update for Frank Palazzolo (nw) 2015-05-22 15:23:41 +02:00
Miodrag Milanovic
ede2a7f0d7 changed on rfka's request (nw) 2015-05-22 14:56:12 +02:00
Miodrag Milanovic
8c62ec2a3a Update for Kevin Thacker (nw) 2015-05-22 14:52:43 +02:00
Miodrag Milanovic
2a52761339 Sven gave permission for BSD3 distribution (nw) 2015-05-22 14:34:28 +02:00
Miodrag Milanovic
93e6ea7c7c Requirement was actually not MAME license (nw) 2015-05-22 14:29:35 +02:00
Miodrag Milanovic
aab5bb3cb6 update for Xing Xing (nw) 2015-05-22 13:54:59 +02:00
Miodrag Milanovic
0572d48e39 determined who it was (nw) 2015-05-22 13:43:02 +02:00
Miodrag Milanović
701d37971e Merge pull request #189 from wallyweek/manpages
Bump version on *nix man pages. [Cesare Falco]
2015-05-22 13:28:52 +02:00
Cesare Falco
84638a73cf Bump version on *nix man pages. 2015-05-22 12:40:08 +02:00
Miodrag Milanovic
a7ec44c1ca Update for Carlos A. Lozano, Victor Trucco and Charles MacDonald, also few fixes (nw) 2015-05-22 12:31:42 +02:00
Miodrag Milanovic
2aa856908d removed copyright/license by left author for those that is sure who created them (nw) 2015-05-22 10:25:40 +02:00
Curt Coder
3145e36068 (MESS) c2040, c8050: Refactored to use the new 6532. (nw) 2015-05-22 10:09:41 +03:00
couriersud
a1c593b8dd Removed printf debugging. (nw) 2015-05-22 08:50:10 +02:00
Miodrag Milanovic
dc7588f63d Change for Mike Coates (nw) 2015-05-22 07:44:54 +02:00
Dirk Best
879baad29a cgenie: removed old broken floppy implementation, added an expansion bus
interface, implemented new floppy controller as expansion device. works
with mfi files, still some issues with plain sector dumps.
2015-05-22 01:20:57 +02:00
balr0g
01c1c750f0 Minor formatting changes (nw) 2015-05-21 19:13:41 -04:00
couriersud
4ef3203a49 Fixed a couple of float-to-double warnings. (nw) 2015-05-22 00:47:30 +02:00
couriersud
f9495b9856 Removed netlist_input_t and net_output_t. Instead introduced
netlist_logic_t and netlist_analog_t. 
Afterwards refactored proxies. This enabled more flexible connection
parsing. In addition, connections between two inputs are now parked and 
retried after all connections were made. The netlist code now correctly
parses 

TTL_7400_DIP(XU1)
RES(R1, RES_K(1))
CAP(C1, CAP_U(1))
NET_C(XU1.1, XU1.2, R1.2, C1.2)
NET_C(XU1.3, XU1.4, XU1.5, R1.1)
NET_C(XU1.6, C1.1)
NET_C(ttllow, XU1.9, XU1.10, XU1.12, XU1.13)

This failed before. (nw)
2015-05-22 00:47:29 +02:00
Curt Coder
029e9a4d33 (MESS) Rewrote the MOS6532 RIOT. [Curt Coder] 2015-05-21 23:41:00 +03:00
Curt Coder
ca20ed2004 (MESS) c8050: Fixed disk access. (nw) 2015-05-21 22:13:59 +03:00
hap
13389141ee copy-paste license from fidelz80.c 2015-05-21 20:29:06 +02:00
Miodrag Milanovic
2f68542eb0 missed few (nw) 2015-05-21 20:21:45 +02:00
Miodrag Milanovic
1a0a0f0d1e unified all for Fabio (nw) 2015-05-21 20:21:45 +02:00
Miodrag Milanovic
1751b0e5bf updating remaining for RB (nw) 2015-05-21 20:21:43 +02:00
R. Belmont
4f33c75a04 License self-service (nw) 2015-05-21 14:19:40 -04:00
Miodrag Milanovic
216ee68ce3 unified unknown license (nw) 2015-05-21 20:10:59 +02:00
Miodrag Milanovic
cce1d64fe1 update for Gordon Jefferyes (nw) 2015-05-21 20:10:58 +02:00
hap
f840b1a45b add notes 2015-05-21 20:07:47 +02:00
Miodrag Milanovic
fe68338c2c All files now do have owner (nw) 2015-05-21 20:06:05 +02:00
Peter Ferrie
bd33a945ae savquest: map in second S3, solve the "white screen" problem 2015-05-21 10:30:50 -07:00
Curt Coder
9ee29390ad Fixed typo. (nw) 2015-05-21 16:06:41 +03:00
Curt Coder
c15fbd2ad9 (MESS) c2040: Refactored to use mos6530n. (nw) 2015-05-21 15:47:26 +03:00
Dirk Best
c6bcaa8afa nascom_fdc: hook up ready line and motor off control, fixes format
command
2015-05-21 14:10:37 +02:00