summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine
Commit message (Expand)AuthorAgeFilesLines
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-1755-150/+150
* ATI Stereo F/X ISA card support [Carl] Miodrag Milanovic2012-09-172-0/+321
* isa_sblaster : Corrects the output in adpcm mode and inhibits irqs after the ... Miodrag Milanovic2012-09-162-4/+13
* Final round of struct/union/enum normalization. Aaron Giles2012-09-1628-85/+84
* Enum and union normalization. Aaron Giles2012-09-1610-28/+28
* (MESS) apple2gs: Save states now officially supported. [R. Belmont] R. Belmont2012-09-161-1/+3
* Pass 2 of struct modernization. Aaron Giles2012-09-1516-108/+108
* First pass at modernizing struct definitions. Aaron Giles2012-09-1555-141/+73
* (MESS) Fixed gbcolor regression. (nw) Sandro Ronco2012-09-141-1/+1
* (MESS) Removed palette access. (nw) Curt Coder2012-09-131-1/+1
* (MESS) Removed palette access. (nw) Curt Coder2012-09-131-2/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-1381-1673/+1519
* moved constructor of state classes into .h file (no whatsnew) Miodrag Milanovic2012-09-135-87/+0
* (MESS) x68k_scsiext: Fixed 'Cannot find required device' error. (no whatsnew) mahlemiut2012-09-131-1/+1
* removed local macros since macros with same name but different syntax will be... Miodrag Milanovic2012-09-121-1/+1
* (MESS) Death to palettes. (nw) Curt Coder2012-09-1213-66/+20
* (MESS) Cleanup. (nw) Curt Coder2012-09-122-1/+3
* Get rid of devtag_reset macro. Aaron Giles2012-09-122-3/+2
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-1269-293/+293
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-1261-176/+176
* 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