summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/spc1000.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mc6847: converted to use devcb2, delegates and inline configs. nw. Fabio Priuli2014-05-131-23/+11
* ay8910_device and extended family: converted to devcb2 (nw) Ivan Vangelista2014-05-061-11/+1
* cassette config moved inline (nw) Miodrag Milanovic2014-05-021-9/+3
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-021-1/+0
* hsync and fsync are part of mc6847 so devcb2 conversion was needed there not ... Miodrag Milanovic2014-03-281-3/+1
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-1/+1
* (MESS) spc1000 : added paste facility, fixed cursor flash [Miso Kim, Robbbert] Robbbert2014-03-021-53/+53
* (MESS) microbee : added support for TAP and BEE formats (used in ubee512 emul... Robbbert2014-02-271-1/+1
* (MESS) spc1000 : Connected Play button. Added notes. Robbbert2014-02-171-7/+13
* (MESS) spc1000 : added TAP cassette format [Robbbert] Robbbert2014-02-161-26/+20
* (MESS) spc1000 : added cassette Robbbert2014-02-161-27/+51
* (MESS) spc1000 : added IRQ which enables cursor flash & internal timer [Miso ... Robbbert2014-02-141-2/+8
* modernised the AY8910 [smf] smf-2013-05-121-2/+2
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-4/+6
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-2/+2
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-2/+4
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-15/+15
* Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) Miodrag Milanovic2012-09-261-24/+24
* 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-1/+1
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-5/+5
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-11/+10
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+335