Wilbert Pol
1eac5f4e9e
scmp.c: Modernized cpu core. [Wilbert Pol]
2013-12-28 20:53:14 +00:00
smf-
e477d12877
fixed uninitialised variables, atari st mouse works again [smf]
2013-12-28 20:39:10 +00:00
Couriersud
5fc9d0703a
Netlist, make some class variables protected. No wn
2013-12-28 14:57:22 +00:00
smf-
966ae37d90
Converted x68000 keyboard into a separate serial device. This allows the removal of the uart hle in the driver (which didn't work, it was always two characters behind). diserial cannot sync with the start bit properly when using an external clock, so for now I've added a hack that is only enabled when using the MC68901 (setting the flag ignores the extra spurious bit that was getting shifted in). [smf]
2013-12-28 02:21:13 +00:00
smf-
e9b8110811
preliminary receiving serial support for MC68901 [smf]
2013-12-28 01:46:52 +00:00
Scott Stone
029b781ead
New clones added
...
----------------
Magic Worm (bootleg of Centipede) alternate [Andrew Welburn] (not working)
Ms. Pac-Man (bootleg on Crush Roller Hardware) [Kevin Eshbach]
Comments: Could use some help getting that centipede/magic worm dump working - service mode works, game does not.
2013-12-28 01:03:40 +00:00
smf-
e8860427e8
Added preliminary transmit support to MC68901 [smf]
2013-12-27 23:42:23 +00:00
smf-
dbcd354ab3
don't transmit anything when driven by an external clock and nothing has been queued. [smf]
2013-12-27 23:26:53 +00:00
Wilbert Pol
0f05353374
ssp1601.c: Modernized cpu core. [Wilbert Pol]
2013-12-27 22:02:25 +00:00
Couriersud
ff741fe954
Hopefully fix windows build: Commit two files which escaped my attention. No NW.
2013-12-27 20:07:20 +00:00
Wilbert Pol
bb39a28d1b
sc61860.c: Modernized cpu core. [Wilbert Pol]
2013-12-27 18:17:26 +00:00
Couriersud
8ca799371f
Alignment of netlist with MAME standards. Inputs to netlist are now registered using by MCFG_* as mame subdevices and exhibit the usual writeXX/readXX methods including a PORT_CHANGED method. This allows direct linking to inputs. [Couriersud]
2013-12-27 18:14:07 +00:00
smf-
383b1196db
removed some more unused mfp code (nw)
2013-12-27 13:29:31 +00:00
smf-
d522db3870
expose less of the diserial internals, which has meant adding i8251_device::write_cts (nw)
2013-12-27 13:23:02 +00:00
Wilbert Pol
da3baab9be
(MESS) bml3.c: Commented out unused variable. (nw)
2013-12-27 12:57:45 +00:00
Wilbert Pol
87948b0c57
small cleanup (nw)
2013-12-27 12:50:54 +00:00
smf-
33705d99d4
removed some more unused mfp code (nw)
2013-12-27 10:31:12 +00:00
smf-
a47d26686e
fixed wrong tag name (nw)
2013-12-27 10:18:06 +00:00
Wilbert Pol
293f5d6a6d
se3208.c: Modernized cpu core. [Wilbert Pol]
2013-12-27 09:46:44 +00:00
Miodrag Milanovic
458c341a40
removed usage of direct handler and timers for reseting (nw)
2013-12-27 08:07:37 +00:00
Robbbert
45fa51294d
mc6845 : fixed total freeze of MESS when interlace&video mode was selected
...
on super80v. Also added some comments.
2013-12-27 08:07:03 +00:00
Robbbert
2782ff9cfa
(MESS) bml3 : replaced beeper with speaker; fixed a video issue (nw)
2013-12-27 08:03:27 +00:00
smf-
c0e2b18bc5
uses aer register to select which transition to generate an interrupt on [smf]
2013-12-27 00:42:15 +00:00
smf-
63ae866195
simplified x68k RP5C15 hookup (nw)
2013-12-27 00:40:44 +00:00
smf-
30532072ca
fixed debug build (nw)
2013-12-27 00:29:47 +00:00
smf-
206948e26e
removed mfp_init() and the variables it sets as they aren't used. keyboard reading is still hacked and doesn't go through 68901 device. (nw)
2013-12-26 23:15:53 +00:00
smf-
3358cf506c
removed unused code & variables (nw)
2013-12-26 23:05:12 +00:00
Ivan Vangelista
4f32e7c6b3
Fixed MT05297. (nw)
2013-12-26 21:47:41 +00:00
smf-
a5786db00c
removed serial_source_device [smf]
2013-12-26 21:12:44 +00:00
Couriersud
93a381dd41
Added a dry-run option (-d) to srcclean. Know what you are doing :-) [Couriersud]
2013-12-26 20:13:05 +00:00
smf-
bb022a9dae
changed poly88 driver to use callbacks instead of diserial connect() [smf]
2013-12-26 19:31:33 +00:00
Couriersud
c7121ecccb
Updated srcclean source following smf comments. No WN.
2013-12-26 19:24:09 +00:00
smf-
bf1cc07a28
changed pmd85 driver to use callbacks instead of diserial connect() [smf]
2013-12-26 19:20:59 +00:00
Wilbert Pol
d463ad4bb1
spc700.c: Modernized cpu core. [Wilbert Pol]
2013-12-26 15:05:35 +00:00
Wilbert Pol
9db8b1fe3b
(MESS) commented out some unused variables (nw)
2013-12-26 15:04:56 +00:00
Robbbert
41b37e2eed
(MESS) asst128 : added some uarts so it doesn't crash at start (nw)
2013-12-26 09:56:17 +00:00
Robbbert
75d1d28a2f
Fixed compile error.
2013-12-26 07:57:27 +00:00
Robbbert
960ff289ad
(MESS) fp6000 : fixed random crash after 11th star (nw)
2013-12-26 01:14:41 +00:00
Roberto Fresca
ebc0f8e646
copypaste issue...
2013-12-26 00:26:52 +00:00
Roberto Fresca
1bec1fb3d8
Created default NVRAMs for Soccer New and Mongolfier New. This allow both games to boot and be playable.
...
New games added or promoted from NOT_WORKING status
---------------------------------------------------
Mongolfier New (Italian) [Roberto Fresca, Peter Ferrie]
Soccer New (Italian) [Roberto Fresca, Peter Ferrie]
2013-12-26 00:25:35 +00:00
Couriersud
e73ee5e6ed
Added a "-u" (for unix) flag to srcclean to produce unix-style endings. [Couriersud]
2013-12-26 00:17:36 +00:00
Roberto Fresca
1b83a5b729
Truco-Tron: Reversed and documented almost all PCB's ICs [Roberto Fresca]
2013-12-25 23:29:44 +00:00
Wilbert Pol
b5a1087d85
superfx.c: Modernized cpu core. [Wilbert Pol]
2013-12-25 19:39:13 +00:00
Ivan Vangelista
5731512080
Fix for pkgnsh and pkgnshdx black screen (nw)
...
Possible fix for downtownj crashing during regression tests. Next regression test will tell. (nw)
2013-12-25 19:20:07 +00:00
Brian Troha
371fd0f15f
peplus.c: Minor corrections - NW
2013-12-25 17:35:17 +00:00
Couriersud
09a84f713a
Removed legacy code in netlist and separated out 74153 and 74107(A). [Couriersud]
2013-12-25 13:54:42 +00:00
Wilbert Pol
cc74ef9ade
tx0.c: Modernized cpu core. [Wilbert Pol]
...
Out of whatsnew:
Also copied over the support for octal in
debugger state from the alto2 branch.
2013-12-25 12:00:22 +00:00
R. Belmont
9c03593b09
(MESS) DEC Rainbow updates: [M. Burke, R. Belmont]
...
- LK201 keyboard matrix hooked up and working
- LK201 serial I/O first pass
(nw part)
diserial is currently misframing the input bits so the LK201 doesn't get the proper commands from the Rainbow. If someone with experience in this area is bored, I won't be able to look at this again for about a week. The LK201 also needs a devcb2 hookup for the send back to the system once things are resolved.
2013-12-25 04:18:47 +00:00
Brian Troha
b92f94d643
peplus.c: Minor doc update - NW
2013-12-25 02:08:49 +00:00
Brian Troha
f74e14d4a3
new Player's Edge Clones
...
Out of whatsnew: 10's or Better and the new Two Pair or Better have become clones of the Standard Draw Poker PP0002 set. The are standard draw poker just slightly different minimum hands for payout.
New Clones Added
----------------------------------------
Player's Edge Plus (PP0059) Two Pair or Better [BrianT]
Player's Edge Plus (PP0060) Standard Draw Poker [BrianT]
Player's Edge Plus (PP0219) Standard Draw Poker [BrianT]
Player's Edge Plus (PP0221) Standard Draw Poker (set 2) [BrianT]
Player's Edge Plus (PP0725) Double Bonus Poker (set 2) [BrianT]
2013-12-25 01:43:01 +00:00