summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/pcw.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* upd765: Refactored to use devcb2 callbacks. [Curt Coder] Curt Coder2014-03-171-2/+2
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+3
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-2/+2
* mcs48.c: Modernized cpu core (nw) Wilbert Pol2013-08-231-4/+4
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-2/+2
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-11/+9
* small machine().root_device() cleanup (nw) Miodrag Milanovic2013-04-181-2/+2
* moving some static functions in driver state for MESS drivers plus some other... Miodrag Milanovic2013-04-181-63/+57
* pcw: plugged in DSK format, can mount DSK images now. Still won't boot, thou... mahlemiut2013-04-161-2/+7
* more pcw fun (nw) Olivier Galibert2013-04-161-5/+8
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-6/+6
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-2/+2
* Modernized the beep and taitosnd devices. [Andrew Gardner] Andrew Gardner2013-03-061-6/+6
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-9/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-157/+157
* (MESS) Removed unnecessary includes, and fixed a floppy bug. (nw) Curt Coder2012-12-091-2/+0
* sed1310: Cleanup. (nw) Curt Coder2012-11-221-7/+2
* (mess) upd765: Modernize [O. Galibert] Olivier Galibert2012-10-101-62/+36
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-8/+7
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-7/+6
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-55/+52
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-3/+3
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-3/+3
* Memory handler normalization, part 1. Aaron Giles2012-09-171-3/+3
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-28/+22
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* 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/+1457