summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess (follow)
Commit message (Expand)AuthorAgeFilesLines
* moved constructor of state classes into .h file (no whatsnew) Miodrag Milanovic2012-09-1311-94/+44
* (MESS) x68k_scsiext: Fixed 'Cannot find required device' error. (no whatsnew) mahlemiut2012-09-131-1/+1
* (MESS) pc8001: Fixed colors. (nw) Curt Coder2012-09-121-6/+6
* removed local macros since macros with same name but different syntax will be... Miodrag Milanovic2012-09-1261-223/+110
* (MESS) Death to palettes. (nw) Curt Coder2012-09-1245-365/+180
* (MESS) cbmb: Added PLA dumps. [Edward Shockley] Curt Coder2012-09-121-0/+30
* (MESS) Cleanup. (nw) Curt Coder2012-09-122-1/+3
* AM_BASE_LEGACY breathes its last. Aaron Giles2012-09-123-17/+15
* Forgot to update the makefile... (no whatsnew) mahlemiut2012-09-121-0/+1
* (MESS) Added preliminary ATi Graphics Ultra support mahlemiut2012-09-125-1/+175
* More AM_BASE_LEGACY removal. Aaron Giles2012-09-122-15/+8
* Kill off some AM_BASE_LEGACYs. Aaron Giles2012-09-122-6/+8
* Get rid of devtag_reset macro. Aaron Giles2012-09-1210-11/+10
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-12185-585/+585
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-12161-498/+498
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-11101-244/+244
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-1184-506/+506
* Don't use safe_pc[base] when you already have a Aaron Giles2012-09-1123-174/+174
* Generalized the PLS100 into a PLA device of variable amounts of inputs/output... Curt Coder2012-09-117-20/+136
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-11114-766/+766
* oops (nw) Olivier Galibert2012-09-112-2/+2
* Fix GCC 4.4 compile. (no whatsnew) mahlemiut2012-09-101-1/+1
* Added asl_ext, bclr_dir, bset_dir opcodes to the HC11 core. (nw) Sandro Ronco2012-09-101-0/+1
* (MESS) c128: MMU WIP. (nw) Curt Coder2012-09-1022-335/+581
* (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-093-41/+308
* (MESS) c128: MMU WIP. (nw) Curt Coder2012-09-092-47/+27
* (MESS) c128: Added skeleton for the MOS8722 MMU. (nw) Curt Coder2012-09-093-0/+350
* (MESS) Cleanup. (nw) Curt Coder2012-09-094-59/+21
* (MESS) Cleanup. (nw) Curt Coder2012-09-0912-100/+0
* (MESS) p500: Refactored to use new VIC emulation. (nw) Curt Coder2012-09-091-49/+14
* (MESS) c128: Cleanup (nw) Curt Coder2012-09-093-26/+0
* (MESS) c64: Fixed edu64/pet64 crash. (nw) Curt Coder2012-09-091-23/+3
* (MESS) cbmb: Added missing SID interface. (nw) Curt Coder2012-09-091-0/+9
* (mess) fixed apollo regression. (nw) Sandro Ronco2012-09-091-1/+1
* added missing \n to remaining fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-091-1/+1
* added missing \n to remaining fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-0938-82/+77
* added missing \n to more fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-097-9/+9
* (mess) pc hardware: cleanup the end-of-dma notifications [O. Galibert] Olivier Galibert2012-09-089-40/+123
* (MESS) c128: Cleanup (nw) Curt Coder2012-09-083-737/+850
* (MESS) Clean up some MACHINE_CONFIG_START. (nw) Sandro Ronco2012-09-088-142/+24
* fixed some warnings about unreachable statements reported by cppcheck (no wha... Oliver Stöneberg2012-09-0812-29/+18
* (MESS) mos7360: Refactored to use an rgb32 bitmap. (nw) Curt Coder2012-09-082-110/+104
* (MESS) c128: Added missing IEC bus. (nw) Curt Coder2012-09-081-8/+13
* (MESS) c128: Fixed extended keyboard line reading. (nw) Curt Coder2012-09-082-9/+21
* (MESS) c128: Refactored to use the new VIC-IIe, and rewrote the MOS8563 VDC a... Curt Coder2012-09-084-298/+137
* (MESS) vic20: Connected light pen signal. (nw) Curt Coder2012-09-081-1/+4
* (MESS) Fixed screen type in some drivers. (nw) Sandro Ronco2012-09-079-12/+12
* (MESS) mos6566: Refactored to use an rgb32 bitmap. (nw) Curt Coder2012-09-073-96/+91
* add harddrive in machine config fragment as the one in the base class isn't c... smf-2012-09-071-0/+3