summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/at.c
Commit message (Expand)AuthorAgeFilesLines
* (MESS) Used modern accessors for i8259. (nw) Curt Coder2013-02-021-3/+3
* IRQ_CALLBACK modernization part 2, this should give some speed to pc drivers ... Miodrag Milanovic2013-01-311-4/+3
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-4/+4
* (MESS) at: fixed 16-bit DMA reading/writing (no whatsnew) mahlemiut2012-09-301-2/+4
* at: Made sure that the correct address space is used when using DMA (no whats... mahlemiut2012-09-201-2/+4
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-3/+3
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-9/+8
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-2/+2
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-111-1/+1
* oops (nw) Olivier Galibert2012-09-111-1/+1
* (mess) pc hardware: cleanup the end-of-dma notifications [O. Galibert] Olivier Galibert2012-09-081-12/+34
* Added Sound Blaster 16, and proper 16 bit ISA DMA handling [Carl] Miodrag Milanovic2012-09-041-9/+8
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+347