Commit Graph

21 Commits

Author SHA1 Message Date
Robbbert
51ee7d463e (MESS) super80 : cleanup, part 2 2014-04-27 10:20:22 +00:00
Robbbert
8e7765487e (MESS) super80 : cleanup, part 1 2014-04-27 00:15:19 +00:00
Robbbert
17e802b9b8 (MESS) super80 : oops! 2014-04-26 19:41:54 +00:00
Robbbert
862d0e262d (MESS) super80 : more work with fdc 2014-04-26 09:40:46 +00:00
Robbbert
473f022573 (MESS) super80 : starting to add fdc support 2014-04-26 08:08:12 +00:00
smf-
be55c4bef6 Centronics WIP using write lines and DEVCB2. Added an output latch and input buffer device to allow configuration in MCFG. Renamed centronics device "printer" to "image". FM-7 parallel port joystick works again. Added support for using PC LPT control lines as inputs (not tested). c64 geocable now just passes individual lines through, changed the strobe line to what is documented online (not tested). Converted MSX & exidy sorcerer parallel port DAC to use covox device instead of using a configuration switch (not tested). Sorcerer parallel port is more like the commodore user port, so should be converted to it's own slot where one option is a centronics card. [smf] 2014-02-09 20:08:25 +00:00
Fabio Priuli
0a3efaf541 modernized speaker device. [Fabio Priuli] 2013-06-04 07:57:44 +00:00
Miodrag Milanovic
aac888ddad cleanup (nw) 2013-04-19 15:02:10 +00:00
Miodrag Milanovic
be5e1248c4 SNAPSHOT_LOAD and QUICKLOAD_LOAD made members, still need to cleanup (nw) 2013-04-19 14:47:35 +00:00
Miodrag Milanovic
f30a311780 moving some static functions in driver state for MESS drivers plus some other modernization (nw) 2013-04-18 08:44:08 +00:00
Miodrag Milanovic
5d8cdfb2e5 (MESS) cassette cleanup (nw) 2013-04-17 08:30:36 +00:00
Miodrag Milanovic
0e1f5ad25b Cleanups and version bump 2013-03-19 07:22:20 +00:00
Miodrag Milanovic
bdb76fda6e Finished moving quicload/snapshot formats into machine folder (nw) 2013-02-22 11:49:43 +00:00
Robbbert
007c867f1e (MESS) Super80 cleanup of tags (nw) 2013-01-26 13:54:10 +00:00
Miodrag Milanovic
0e19f641d3 Cleanups and version bump 2013-01-11 07:32:46 +00:00
Miodrag Milanovic
e52d60b7f8 Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) 2012-10-03 09:27:22 +00:00
Miodrag Milanovic
3679f744c2 modernization or timer callbacks part 2 (no whatsnew) 2012-09-24 14:43:01 +00:00
Miodrag Milanovic
1f9d1cd620 change from device->machine() to space.machine() in device handlers in order to make next changes easier (no whatsnew) 2012-09-21 08:25:27 +00:00
Aaron Giles
cc16777cce Memory handler normalization, part 1.
READ/WRITE_DEVICE*_HANDLERs are now passed an
address_space &, and the 8-bit variants get a mem_mask
as well. This means they are now directly compatible
with the member function delegates. Added a generic
address space to the driver_device that can be used
when no specific address space is available. Also
added DECLARE_READ/WRITE_DEVICE*_HANDLER macros to
declare device callbacks with default mem_mask
parameters. [Aaron Giles]
2012-09-17 07:43:37 +00:00
Aaron Giles
0ef1e6deb4 Closeout on old macros. Retired cputag_set_input_line
and cputag_set_input_line_and_vector, replacing them
with machine.device("tag")->execute().set_input_line[_and_vector].
[Aaron Giles]
2012-09-12 03:35:06 +00:00
Miodrag Milanovic
7285b359d2 Merge of MESS sources (no whatsnew) 2012-08-21 10:41:19 +00:00