summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/spc1000.c
Commit message (Expand)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-522/+0
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-1/+1
* [MESS] spc1000 added the centronics printer port Miso Kim2015-06-231-1/+14
* Placed my files under BSD3, and also some that I shared with Robbert with his... Miodrag Milanovic2015-05-071-1/+1
* Cleanups and version bumpmame0161 Miodrag Milanovic2015-04-291-5/+5
* (MESS) removed spc1000 tape hack. you first press PLAY on the tape drive, etabeta782015-04-281-1/+9
* applied soy sauce hap2015-04-261-5/+5
* (MESS) spc1000 : cassette motor cleanup & small fix (nw) Robbbert2015-04-261-4/+4
* fix compile (nw) Miodrag Milanovic2015-04-231-3/+4
* (MESS) spc-1000 cassette motor fix for recording fuction working Miso Kim2015-04-231-1/+2
* cassette motor fix for recording fuction working Miso Kim2015-04-161-1/+6
* Uppercase hash cleanup (nw) Scott Stone2014-12-241-1/+1
* Cleanups and version bumpmame0156 Miodrag Milanovic2014-11-261-2/+2
* (MESS) spc1000.c: documented hardware differences among etabeta782014-10-301-1/+98
* (MESS) spc1000: converted the expansion bus EXT1 to be a etabeta782014-10-261-172/+30
* (MESS) spc1000: fixed inputs in Toiler Adventure II and Vela (they needed inputs etabeta782014-10-261-120/+133
* (MESS) spc1000: added support for tapes in .cas format [Fabio Priuli] etabeta782014-10-241-33/+39
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-24/+24
* Fix some typos/rearrangements of whatsnew (nw) Scott Stone2014-10-141-1/+1
* (MESS) spc1000: corrected author info Robbbert2014-10-111-1/+3
* (MESS) spc1000: added fdd code [Meeso Kim] Robbbert2014-10-111-288/+164
* (MESS) spc1000 : added commented-out code for floppy-disk (thx to Anna Wu for... Robbbert2014-09-131-1/+306
* 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