summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes (follow)
Commit message (Expand)AuthorAgeFilesLines
* moved constructor of state classes into .h file (no whatsnew) Miodrag Milanovic2012-09-136-7/+44
* removed local macros since macros with same name but different syntax will be... Miodrag Milanovic2012-09-122-3/+0
* (MESS) Death to palettes. (nw) Curt Coder2012-09-129-21/+15
* (MESS) Added preliminary ATi Graphics Ultra support mahlemiut2012-09-121-0/+1
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-123-3/+3
* Generalized the PLS100 into a PLA device of variable amounts of inputs/output... Curt Coder2012-09-113-4/+13
* (MESS) c128: MMU WIP. (nw) Curt Coder2012-09-103-20/+33
* (MESS) c128: MMU WIP. (nw) Curt Coder2012-09-091-1/+24
* (MESS) Cleanup. (nw) Curt Coder2012-09-091-26/+0
* (MESS) c128: Cleanup (nw) Curt Coder2012-09-091-1/+0
* (mess) pc hardware: cleanup the end-of-dma notifications [O. Galibert] Olivier Galibert2012-09-082-0/+7
* (MESS) c128: Cleanup (nw) Curt Coder2012-09-081-2/+111
* (MESS) c128: Refactored to use the new VIC-IIe, and rewrote the MOS8563 VDC a... Curt Coder2012-09-081-7/+0
* (MESS) vic20: Refactored VIC to a modern device. (nw) Curt Coder2012-09-061-7/+4
* (MESS) plus4: Refactored TED to use device_memory interface. (nw) Curt Coder2012-09-061-2/+1
* TILE/TILEMAP modernization part 3 (no whatsnew) Miodrag Milanovic2012-09-064-0/+7
* (MESS) Added keyboard inputs for Pasopia and Pasopia 7, z80pio irq still does... Angelo Salese2012-09-061-0/+135
* made S1410 device act as a SCSIHD with the custom commands, added D9060HD & A... smf-2012-09-051-1/+0
* mos6560: Refactored interface to use devcb. (nw) Curt Coder2012-09-051-1/+7
* Continuing new device implementation for SN76496 and clones - bbc.c, mycom.c,... Scott Stone2012-09-051-0/+3
* And death to AM_SIZE_LEGACY. Aaron Giles2012-09-041-1/+4
* (MESS) c65: Added missing SID interface. (nw)\n(MESS) c64: Used SID8580 for t... Curt Coder2012-09-041-1/+1
* m6502: Refactored the indexed read/write to use devcb, and fixed the peripher... Curt Coder2012-09-041-4/+3
* Added Sound Blaster 16, and proper 16 bit ISA DMA handling [Carl] Miodrag Milanovic2012-09-041-0/+1
* (MESS) crvision: Converted to use new sn76494_device. (nw) Curt Coder2012-09-031-1/+1
* Cleanup and some inheritance fixes (no whatsnew) Miodrag Milanovic2012-09-031-4/+0
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-0311-13/+282
* (MESS) Added PET cassette port slot interface to vic20, c64, and plus4. Imple... Curt Coder2012-09-028-18/+43
* (MESS) added missing #include (nw) smf-2012-08-301-1/+0
* Removed SCSIConfigTable, SCSI devices are now linked using SCSIBUS from MESS.... smf-2012-08-297-9/+6
* (MESS) removed SCSIConfigTable from scsibus, scsi devices are now sub devices... smf-2012-08-282-6/+0
* (MESS) sr16: added layout for LCD. (nw) Sandro Ronco2012-08-281-0/+2
* converted 53c810 to a c++ device. (nw) smf-2012-08-271-1/+5
* (MESS) converted scsibus from legacy device to c++ (nw) smf-2012-08-263-3/+3
* (MESS) sr16: hooked up inputs and LCD. (nw) Sandro Ronco2012-08-251-0/+3
* (MESS) hr16: improved a bit the sound quality. (nw) Sandro Ronco2012-08-231-0/+1
* (MESS) hr16: SRAM is battery-backed. (nw) Sandro Ronco2012-08-231-0/+1
* (MESS) hr16: Added preliminary sound emulation. [Sandro Ronco] Sandro Ronco2012-08-231-0/+86
* svn update test (nw) Robbbert2012-08-211-1/+1
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-21222-0/+26439