summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-1119-72/+72
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-1129-195/+195
* Don't use safe_pc[base] when you already have a Aaron Giles2012-09-1113-150/+150
* Generalized the PLS100 into a PLA device of variable amounts of inputs/output... Curt Coder2012-09-112-2/+26
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-1158-534/+534
* oops (nw) Olivier Galibert2012-09-112-2/+2
* Fix GCC 4.4 compile. (no whatsnew) mahlemiut2012-09-101-1/+1
* (MESS) c128: MMU WIP. (nw) Curt Coder2012-09-1011-146/+240
* (MESS) isa_blaster: improves the adpcm and simplifies the dsp protection, bas... Miodrag Milanovic2012-09-104-94/+136
* (MESS) c128: MMU WIP. (nw) Curt Coder2012-09-091-40/+40
* (MESS) c128: MMU WIP. (nw) Curt Coder2012-09-092-47/+27
* (MESS) c128: Added skeleton for the MOS8722 MMU. (nw) Curt Coder2012-09-092-0/+349
* (MESS) Cleanup. (nw) Curt Coder2012-09-093-33/+21
* (MESS) Cleanup. (nw) Curt Coder2012-09-0912-100/+0
* (MESS) c128: Cleanup (nw) Curt Coder2012-09-092-25/+0
* added missing \n to remaining fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-0925-48/+48
* (mess) pc hardware: cleanup the end-of-dma notifications [O. Galibert] Olivier Galibert2012-09-087-40/+116
* (MESS) c128: Cleanup (nw) Curt Coder2012-09-081-511/+417
* fixed some warnings about unreachable statements reported by cppcheck (no wha... Oliver Stöneberg2012-09-084-8/+7
* (MESS) c128: Fixed extended keyboard line reading. (nw) Curt Coder2012-09-081-7/+8
* (MESS) c128: Refactored to use the new VIC-IIe, and rewrote the MOS8563 VDC a... Curt Coder2012-09-081-76/+50
* add harddrive in machine config fragment as the one in the base class isn't c... smf-2012-09-071-0/+3
* (MESS) vic20: Refactored VIC to a modern device. (nw) Curt Coder2012-09-0615-60/+342
* (MESS) vic20: Fixed 16K RAM expansion. (nw) Curt Coder2012-09-061-4/+12
* Split out callbacks from scsibus_device into scscb_device, eventually this wi... smf-2012-09-069-35/+37
* gfx_element is now a class. Accessors are provided for all Aaron Giles2012-09-061-1/+1
* made S1410 device act as a SCSIHD with the custom commands, added D9060HD & A... smf-2012-09-058-52/+206
* MZ700: cleaned up the keyboard code, nw Angelo Salese2012-09-051-13/+7
* Continuing new device implementation for SN76496 and clones - bbc.c, mycom.c,... Scott Stone2012-09-053-11/+24
* (MESS) - isa_blaster: Adds 2,3 and 4bit ADPCM support [Carl] Miodrag Milanovic2012-09-052-20/+171
* m6502: Refactored the indexed read/write to use devcb, and fixed the peripher... Curt Coder2012-09-041-6/+8
* Added Sound Blaster 16, and proper 16 bit ISA DMA handling [Carl] Miodrag Milanovic2012-09-045-91/+611
* (MESS) Updated KC D004 and TVC HBF to use selectable BIOS. (nw) Sandro Ronco2012-09-032-16/+19
* Cleanup and some inheritance fixes (no whatsnew) Miodrag Milanovic2012-09-0332-861/+0
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-0361-108/+2060
* pwrmac doesn't need the ROM overlay (nw) R. Belmont2012-09-021-1/+1
* (MESS) Added PET cassette port slot interface to vic20, c64, and plus4. Imple... Curt Coder2012-09-02145-285/+1459
* Removed legacy inline_config support and updated devices using it (no whatsnew) Miodrag Milanovic2012-08-308-14/+42
* (MESS) added missing #include (nw) smf-2012-08-301-0/+1
* (MESS) a little reorganisation while investigating the S1410 SASI to ST506 ad... smf-2012-08-303-11/+4
* Removed zero sized inline_config (no whatsnew) Miodrag Milanovic2012-08-3024-24/+0
* Removed files in MESS that are not used anymore and cleaned mess.mak of dupli... Miodrag Milanovic2012-08-308-2887/+0
* Removed template usage for legacy devices, to make my future work easier (nw) Miodrag Milanovic2012-08-301-9/+13
* Removed SCSIConfigTable, SCSI devices are now linked using SCSIBUS from MESS.... smf-2012-08-2916-1240/+51
* (MESS) removed SCSIConfigTable from scsibus, scsi devices are now sub devices... smf-2012-08-287-58/+12
* converted 53c810 to a c++ device. (nw) smf-2012-08-271-61/+19
* (MESS) don't use bios within device as it doesn't work smf-2012-08-271-10/+6
* SCSI device tags are relative to the SCSI controller. smf-2012-08-274-10/+10
* (MESS) fix null reference exception when using d9060/d9090 smf-2012-08-271-1/+1
* use ncr5380 as a c++ device (nw) smf-2012-08-265-42/+23