Robbbert
078cac14e8
(MESS) bml3 : added cassette
2013-12-29 08:20:46 +00:00
Jonathan Gevaryahu
a36d348683
revert stuff that probably wasn't intentionally committed. (n/w)
2013-12-29 03:57:41 +00:00
Scott Stone
0ff81df3e8
Fix for MAME compile based on r26798 changes (nw)
2013-12-29 03:42:01 +00:00
R. Belmont
d85b240903
SDL: fix build (nw)
2013-12-29 02:09:26 +00:00
mahlemiut
9978476e55
wicat: WIP checkpoint (no whatsnew)
2013-12-29 01:47:50 +00:00
Couriersud
f6a91bbb13
Further untangled nl_base.[hc] and mame-specific netlist.c. No wn
2013-12-29 01:27:49 +00:00
mahlemiut
cbd26a0902
x2212: added support for the 2210 (64x4)
2013-12-29 01:21:49 +00:00
smf-
93188e310b
Removed MC68901 polling for gpio bits. [smf]
2013-12-29 00:14:05 +00:00
smf-
4f61954a68
push all gpio values to allow interrupts to work. [smf]
2013-12-28 23:07:16 +00:00
Couriersud
f03fe6e80a
Split netlist_mame_device_t into a core device and a "cpu" device. Based on this setup, work can start on "pure" sound devices.
2013-12-28 21:20:40 +00:00
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