summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/mz700.c
Commit message (Expand)AuthorAgeFilesLines
* small cleanup (nw) Miodrag Milanovic2014-03-151-4/+3
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-3/+3
* Converted PIT8253 to DEVCB2 [smf] smf-2014-02-231-25/+1
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-091-9/+15
* moved centronics into emu/bus (nw) Miodrag Milanovic2013-10-231-1/+1
* add license info for some things i worked on, some small cleanups Dirk Best2013-10-171-3/+2
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-1/+1
* modernized speaker device. [Fabio Priuli] Fabio Priuli2013-06-041-1/+1
* Modernized the PIT8253 device. [Fabio Priuli] Fabio Priuli2013-06-031-10/+7
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-12/+12
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-6/+5
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-1/+2
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-7/+7
* speaker tag lookup removal, also no need to use universal tag, since easier n... Miodrag Milanovic2013-04-121-2/+1
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-13/+13
* (MESS) fixed uninitialized memory in src/mess/machine/mz700.c (nw) Oliver Stöneberg2013-03-091-0/+4
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-3/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-26/+26
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-50/+43
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-14/+14
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-48/+48
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-1/+1
* Memory handler normalization, part 1. Aaron Giles2012-09-171-4/+4
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-5/+4
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-2/+2
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-111-1/+1
* MZ700: cleaned up the keyboard code, nw Angelo Salese2012-09-051-13/+7
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+679