summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/vtech1.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* vtech1: Use the slot system for I/O and Memory expansion slots. Emulate Dirk Best2014-06-071-626/+128
* mc6847: converted to use devcb2, delegates and inline configs. nw. Fabio Priuli2014-05-131-56/+20
* cassette config moved inline (nw) Miodrag Milanovic2014-05-021-9/+3
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-021-7/+0
* Added serial printer, renamed centronics printer to match. Standardised the c... smf-2014-04-161-1/+1
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-4/+4
* modernized access for legacy floppy, quite straight forward thing (nw) Miodrag Milanovic2014-04-021-1/+1
* hsync and fsync are part of mc6847 so devcb2 conversion was needed there not ... Miodrag Milanovic2014-03-281-7/+4
* second round of clang 3.4 fixes for MESS (nw) Oliver Stöneberg2014-02-201-0/+2
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-16/+16
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-091-12/+24
* Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-051-2/+2
* 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-19/+4
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-1/+1
* (MESS) vtech1: fixed i/o ports for vz300, laser310 allowing disk to work. [Ro... Robbbert2013-07-111-0/+1
* (MESS) Vtech1 : fixed i/o error when reading disks. [Robbbert] Robbbert2013-07-111-2/+3
* modernized speaker device. [Fabio Priuli] Fabio Priuli2013-06-041-1/+1
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-9/+11
* cleanup (nw) Miodrag Milanovic2013-04-191-5/+4
* SNAPSHOT_LOAD and QUICKLOAD_LOAD made members, still need to cleanup (nw) Miodrag Milanovic2013-04-191-2/+3
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-3/+3
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-1/+1
* speaker tag lookup removal, also no need to use universal tag, since easier n... Miodrag Milanovic2013-04-121-2/+2
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-3/+5
* run latest srcclean on rest of files (nw) Miodrag Milanovic2013-03-191-2/+0
* Some mess modernization (nw) Miodrag Milanovic2013-02-181-20/+20
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-2/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-65/+65
* Replaced all device_t's with actual device classes. Regression test recommend... Curt Coder2012-11-261-5/+2
* vtech1: fixed shrg (no whatsnew) Miodrag Milanovic2012-10-151-2/+1
* Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) Miodrag Milanovic2012-09-261-14/+16
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-3/+3
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-7/+7
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-11/+11
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-111-1/+1
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+1107