summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/px4.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cassette config moved inline (nw) Miodrag Milanovic2014-05-021-9/+3
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-021-1/+0
* Added serial printer, renamed centronics printer to match. Standardised the c... smf-2014-04-161-1/+1
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-2/+2
* (MESS) Moved the remaining slot interfaces to emu/bus. (nw) Curt Coder2014-03-171-1/+1
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+1
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-8/+10
* Removed diserial connect(). Converted thomson, mc1502 & wangpc to use DEVCB2 ... smf-2014-02-241-17/+4
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-4/+4
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-9/+8
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-091-6/+25
* Changed parity & stop bits to an enum (you can now pass in 1.5). I've updated... smf-2014-01-131-5/+5
* px4.c: preliminary tf20 floppy support Dirk Best2014-01-031-48/+57
* px4.c: small bugfix Dirk Best2014-01-021-1/+1
* px4.c: initial diserial support Dirk Best2014-01-021-139/+253
* converted serial & rs232 devices to devcb2 [smf] smf-2013-12-201-10/+1
* Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-051-2/+2
* Test commit, ignore Dirk Best2013-10-301-7/+7
* moved centronics into emu/bus (nw) Miodrag Milanovic2013-10-231-1/+1
* add license info for some things i worked on, some small cleanups Dirk Best2013-10-171-0/+3
* modernized speaker device. [Fabio Priuli] Fabio Priuli2013-06-041-1/+1
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-1/+1
* (MESS) Improved Epson SIO macro. (nw) Curt Coder2013-05-221-1/+1
* speaker tag lookup removal, also no need to use universal tag, since easier n... Miodrag Milanovic2013-04-121-2/+2
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-1/+3
* px4.c: Use core RS232 support Dirk Best2013-02-171-93/+66
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-5/+0
* Replaced all device_t's with actual device classes. Regression test recommend... Curt Coder2012-11-261-1/+1
* px4: added a basic software list Dirk Best2012-11-021-2/+10
* px4: more cleanups, small fixes Dirk Best2012-11-021-27/+16
* Added EPSON SIO port emulation as used by the HX-20, PX-8 and PX-4. Updated P... Dirk Best2012-11-021-59/+12
* px4: add speaker Dirk Best2012-10-301-4/+12
* px4: cleanup Dirk Best2012-10-301-394/+368
* Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) Miodrag Milanovic2012-09-261-11/+22
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-251-14/+14
* modernization or timer callbacks part 3 - final (no whatsnew) Miodrag Milanovic2012-09-241-19/+20
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* Modernized INPUT_CHANGED in MESS part of tree (no whatsnew) Miodrag Milanovic2012-09-191-78/+78
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-6/+6
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-14/+14
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-17/+16
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-6/+6
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+1461