summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/camplynx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mc6845: converted to devcb2, delegates and inline configs. nw. Fabio Priuli2014-05-011-44/+19
* (MESS) resolve conflicts in my tree Robbbert2014-03-211-16/+17
* Fixed all bitmap.palette() users to use m_palette instead (nw) Miodrag Milanovic2014-03-151-3/+7
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-5/+7
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-1/+1
* Converted palette_t and palette_client to classes. General palette.c Aaron Giles2014-02-181-2/+2
* added screen visarea adjustment to mc6845 config interface Michaƫl Banaan Ananas2014-01-041-0/+2
* (MESS) Added copyright info - feel free to update as needed Robbbert2013-10-161-0/+2
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-4/+2
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-1/+1
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-2/+1
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-1/+1
* Added a preliminary boolean flag to MC6845 interface structure: "show border ... Angelo Salese2013-01-141-2/+7
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-17/+17
* Replaced all device_t's with actual device classes. Regression test recommend... Curt Coder2012-11-261-3/+3
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-21/+21
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-12/+10
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-1/+1
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-111-2/+2
* Don't use safe_pc[base] when you already have a Aaron Giles2012-09-111-3/+3
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-3/+3
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+555