summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/super80.c
Commit message (Collapse)AuthorAgeFilesLines
* z80pio: converted to use devcb2. nw. Fabio Priuli2014-04-291-12/+0
|
* super80.c: use ioport_array (nw) Alex W. Jackson2014-04-281-16/+5
|
* (MESS) super80 : cleanup, part 3 Robbbert2014-04-271-0/+1
|
* (MESS) super80 : cleanup, part 2 Robbbert2014-04-271-23/+8
|
* (MESS) super80 : cleanup, part 1 Robbbert2014-04-271-17/+21
|
* (MESS) super80 : oops! Robbbert2014-04-261-1/+1
|
* (MESS) super80 : more work with fdc Robbbert2014-04-261-1/+20
|
* (MESS) super80 : starting to add fdc support Robbbert2014-04-261-2/+11
|
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ↵ smf-2014-02-091-14/+3
| | | | 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]
* modernized speaker device. [Fabio Priuli] Fabio Priuli2013-06-041-2/+2
|
* cleanup (nw) Miodrag Milanovic2013-04-191-1/+1
|
* SNAPSHOT_LOAD and QUICKLOAD_LOAD made members, still need to cleanup (nw) Miodrag Milanovic2013-04-191-3/+3
|
* moving some static functions in driver state for MESS drivers plus some ↵ Miodrag Milanovic2013-04-181-16/+14
| | | | other modernization (nw)
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-7/+7
|
* Cleanups and version bumpmame0148u2 Miodrag Milanovic2013-03-191-1/+1
|
* Finished moving quicload/snapshot formats into machine folder (nw) Miodrag Milanovic2013-02-221-1/+27
|
* (MESS) Super80 cleanup of tags (nw) Robbbert2013-01-261-15/+23
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-33/+32
|
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-5/+4
|
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-28/+25
|
* change from device->machine() to space.machine() in device handlers in order ↵ Miodrag Milanovic2012-09-211-1/+1
| | | | to make next changes easier (no whatsnew)
* Memory handler normalization, part 1. Aaron Giles2012-09-171-1/+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]
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-3/+3
| | | | | | | and cputag_set_input_line_and_vector, replacing them with machine.device("tag")->execute().set_input_line[_and_vector]. [Aaron Giles]
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+227