summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/atarist.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ay8910_device and extended family: converted to devcb2 (nw) Ivan Vangelista2014-05-061-28/+16
* Replaced set_irq_acknowledge_callback with proper MCFG_CPU_IRQ_ACKNOWLEDGE_DR... Miodrag Milanovic2014-04-231-9/+4
* Added serial printer, renamed centronics printer to match. Standardised the c... smf-2014-04-161-4/+4
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* rp5c15.c: converted to devcb2 (nw) Ivan Vangelista2014-03-191-13/+2
* 8530scc: devcb2. (nw) Curt Coder2014-03-171-1/+1
* wd_fdc: Refactored to use devcb2 callbacks. [Curt Coder] Curt Coder2014-03-161-9/+9
* Converted mc68901_device to devcb2 (nw) Ivan Vangelista2014-03-151-65/+29
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-6/+4
* Remove local lists of midi devices as they are currently all the same [smf] smf-2014-02-231-21/+0
* Rewritten 6850 based on datasheet using external CLOCK & removed MIDI clock h... smf-2014-02-211-77/+75
* first round of clang 3.4 fixes for MESS (nw) Oliver Stöneberg2014-02-201-0/+14
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-29/+32
* fix crash on startup (nw) smf-2014-02-101-0/+8
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-091-20/+15
* Fixed crash when starting tt030, it now doesn't work as well as it didn't wor... smf-2013-12-291-1/+1
* Removed MC68901 polling for gpio bits. [smf] smf-2013-12-291-138/+15
* push all gpio values to allow interrupts to work. [smf] smf-2013-12-281-5/+30
* replaced read rx callback in MC68901 with a write handler, which allows multi... smf-2013-12-221-4/+9
* replaced read rx/cts/dcd callbacks in ACIA6850 write write handlers, which al... smf-2013-12-221-31/+5
* converted serial & rs232 devices to devcb2 [smf] smf-2013-12-201-36/+24
* diserial: Remove defines, cleanup clocks/timers, add sync support [O. Galibert] Olivier Galibert2013-11-181-2/+1
* License tags. (nw) Curt Coder2013-10-161-0/+2
* m6800.c: Modernized cpu core (nw) Wilbert Pol2013-08-071-1/+1
* modernized generic palette initializations (nw) Oliver Stöneberg2013-07-151-1/+1
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-15/+15
* MESS anonymous timers this time. (nw) Andrew Gardner2013-05-231-29/+41
* (MESS) atarist: Added RS-232 and MIDI ports. [Curt Coder] Curt Coder2013-05-211-11/+98
* modernised the AY8910 [smf] smf-2013-05-121-6/+6
* misc fixes. Hint: read_safe can't work anymore (nw) Olivier Galibert2013-02-071-6/+8
* IRQ_CALLBACK modernization part 3 (no whatsnew) Miodrag Milanovic2013-01-311-8/+6
* (MESS) Tagmap lookup cleanup. (nw) Curt Coder2013-01-281-24/+24
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-3/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-211/+211
* atarist: Fix the consequences of the recently inverted irq polarity of the ac... Olivier Galibert2012-12-281-5/+5
* atarist: Fix the rom dance [O. Galibert] Olivier Galibert2012-12-281-7/+7
* sed1310: Cleanup. (nw) Curt Coder2012-11-221-4/+3
* (MESS) atarist: Added floppy software list, based on the no-intro set. (nw) Curt Coder2012-10-301-4/+13
* Unified floppy tags on other drivers as well (no whatsnew) Miodrag Milanovic2012-10-121-9/+9
* Minor cleanup (no whatsnew) Miodrag Milanovic2012-10-031-3/+3
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-12/+9
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-11/+11
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-3/+3
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-111-4/+4
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+3434