summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/super6.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* wd_fdc: Refactored to use devcb2 callbacks. [Curt Coder] Curt Coder2014-03-161-6/+4
* z80dma finalized modernizing (nw) Miodrag Milanovic2014-03-151-1/+1
* Rewritten 6850 based on datasheet using external CLOCK & removed MIDI clock h... smf-2014-02-211-2/+7
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-8/+9
* Changed parity & stop bits to an enum (you can now pass in 1.5). I've updated... smf-2014-01-131-2/+4
* Changed serial terminal to use separate data bits/parity and stop bit setting... smf-2014-01-081-2/+4
* replaced read rx callback in Z80DART (and clones) with a write handler, which... smf-2013-12-221-3/+9
* converted serial & rs232 devices to devcb2 [smf] smf-2013-12-201-29/+2
* License tags. (nw) Curt Coder2013-10-161-0/+2
* small MACHINE_RESET cleanup Oliver Stöneberg2013-08-051-4/+0
* com8116: devcb2. (nw) Curt Coder2013-06-101-10/+1
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-4/+5
* z80dart: Merged in uPD7201 and modernized the interface. [Curt Coder] Curt Coder2013-05-271-4/+4
* (MESS) wmbullet, softbox, super6, xor100: Refactored serial terminal to conne... Curt Coder2013-05-181-16/+29
* com8116: Fixed frequency divisors. [Curt Coder] Curt Coder2013-05-171-6/+17
* removed implementation of legacy DEVCB_MEMORY_HANDLER and used members instea... Miodrag Milanovic2013-04-241-6/+27
* (MESS) Tagmap lookup cleanup. (nw) Curt Coder2013-01-281-1/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-63/+63
* (MESS) sf7000: Fixed floppy. [Curt Coder] Curt Coder2012-12-091-0/+1
* sed1310: Cleanup. (nw) Curt Coder2012-11-221-9/+2
* (MESS) super6: Refactored to modern floppy system. (nw) Curt Coder2012-11-201-46/+36
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-2/+2
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-6/+4
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-28/+28
* Memory handler cleanup 3. Add mem_mask parameter Aaron Giles2012-09-171-2/+2
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-2/+2
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-111-1/+1
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+616