summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/lynx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start adding owners to files in MESS and updated license for PeT (nw) Miodrag Milanovic2015-05-081-2/+2
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
* some state_save_register_item removal (nw) Ivan Vangelista2015-04-201-5/+5
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-9/+8
* so long, cartslot.c... you made a really great job, when we Fabio Priuli2014-10-111-1/+0
* (MESS) a bunch more of generic cart slots. nw. Fabio Priuli2014-09-251-65/+47
* removed mame_* aliases and just use core_* functions (nw) Oliver Stöneberg2014-03-241-2/+2
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-1/+1
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-7/+7
* Anonymous timers begone! (nw) Andrew Gardner2013-05-291-5/+26
* Cleanups and version bumpmame0148u5 Miodrag Milanovic2013-05-201-3/+3
* (MESS) lynx.c: modernized sound emulation, slightly simplified blitter Fabio Priuli2013-05-191-92/+114
* lynx and bbc cleanup (nw) Miodrag Milanovic2013-04-181-305/+299
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-3/+3
* small cleanup (nw) Miodrag Milanovic2013-04-141-1/+1
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-2/+2
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-13/+13
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-14/+13
* machine_notify_delegate modernization (nw) Miodrag Milanovic2013-02-041-29/+24
* modernized some pre/postload calls (no whatsnew) Miodrag Milanovic2013-01-311-3/+3
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-91/+91
* 6502: Rewrite modern, cycle-exact and interruptible [O. Galibert] Olivier Galibert2012-11-061-1/+1
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-37/+33
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-3/+3
* Memory handler cleanup 3. Add mem_mask parameter Aaron Giles2012-09-171-1/+1
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-18/+16
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-13/+13
* added missing \n to remaining fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-091-1/+1
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+2137