summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/portfoli.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ins8250_device: converted to devcb2 (nw) Ivan Vangelista2014-05-071-13/+5
* Replaced set_irq_acknowledge_callback with proper MCFG_CPU_IRQ_ACKNOWLEDGE_DR... Miodrag Milanovic2014-04-231-3/+1
* converted i8255 to devcb2. nw. Fabio Priuli2014-04-171-16/+4
* 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-1/+1
* Checkpoint 2: Alex W. Jackson2014-03-151-1/+1
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-1/+2
* (MESS) pofo: Fixed screen regression. (nw) Curt Coder2014-03-111-0/+1
* hd61830: devcb2. (nw) Curt Coder2014-03-051-7/+3
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-4/+5
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-2/+2
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-1/+1
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-8/+9
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-091-36/+20
* converted serial & rs232 devices to devcb2 [smf] smf-2013-12-201-15/+7
* License tags. (nw) Curt Coder2013-10-161-0/+2
* Various updates regarding commented out code, forgotten during past device mo... Ivan Vangelista2013-09-071-1/+1
* small PALETTE_INIT cleanup (nw) Oliver Stöneberg2013-08-041-4/+0
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-1/+0
* Cleanup. (nw) Curt Coder2013-06-101-2/+2
* 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) Added RS-232 ports to several drivers. [Curt Coder] Curt Coder2013-05-201-3/+70
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-1/+1
* speaker tag lookup removal, also no need to use universal tag, since easier n... Miodrag Milanovic2013-04-121-1/+1
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-3/+3
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-2/+2
* IRQ_CALLBACK modernization part 3 (no whatsnew) Miodrag Milanovic2013-01-311-10/+8
* (MESS) Tagmap lookup cleanup. (nw) Curt Coder2013-01-271-1/+1
* (MESS) Tagmap lookup cleanup. (nw) Curt Coder2013-01-271-14/+15
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-54/+54
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-3/+3
* Some manual cleanup (no whatsnew) Miodrag Milanovic2012-09-251-3/+3
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-15/+9
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-1/+1
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-11/+11
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-4/+3
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-2/+2
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-111-3/+3
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+921