summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/h19.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ins8250_device: converted to devcb2 (nw) Ivan Vangelista2014-05-071-12/+2
* mc6845: converted to devcb2, delegates and inline configs. nw. Fabio Priuli2014-05-011-21/+12
* generic_keyboard_device, generic_terminal_device and teleprinter_device: conv... Ivan Vangelista2014-04-091-6/+2
* Fixed all bitmap.palette() users to use m_palette instead (nw) Miodrag Milanovic2014-03-151-2/+4
* Checkpoint 2: Alex W. Jackson2014-03-151-1/+1
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-2/+1
* Converted palette_t and palette_client to classes. General palette.c Aaron Giles2014-02-181-1/+1
* 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-6/+8
* added screen visarea adjustment to mc6845 config interface Michaël Banaan Ananas2014-01-041-0/+1
* (MESS) H19 : replaced bad dump of bios 1 (super19) with a good one. Robbbert2013-08-231-5/+8
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-2/+1
* modernized generic palette initializations (nw) Oliver Stöneberg2013-07-151-1/+1
* MESS anonymous timers this time. (nw) Andrew Gardner2013-05-231-4/+18
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-2/+2
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-3/+3
* Modernized the beep and taitosnd devices. [Andrew Gardner] Andrew Gardner2013-03-061-3/+3
* Added a preliminary boolean flag to MC6845 interface structure: "show border ... Angelo Salese2013-01-141-1/+3
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-11/+11
* Replaced all device_t's with actual device classes. Regression test recommend... Curt Coder2012-11-261-2/+2
* Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) Miodrag Milanovic2012-09-261-3/+4
* Added missing DECLARE_'s. (nw) Curt Coder2012-09-251-7/+7
* modernization or timer callbacks part 3 - final (no whatsnew) Miodrag Milanovic2012-09-241-4/+4
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-1/+1
* removed local macros since macros with same name but different syntax will be... Miodrag Milanovic2012-09-121-4/+2
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-3/+3
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+452