| Commit message (Expand) | Author | Age | Files | Lines |
| * | Clean-ups and version bumpmame0147 |  Miodrag Milanovic | 2012-09-17 | 55 | -150/+150 |
| * | ATI Stereo F/X ISA card support [Carl] |  Miodrag Milanovic | 2012-09-17 | 2 | -0/+321 |
| * | isa_sblaster : Corrects the output in adpcm mode and inhibits irqs after the ... |  Miodrag Milanovic | 2012-09-16 | 2 | -4/+13 |
| * | Final round of struct/union/enum normalization. |  Aaron Giles | 2012-09-16 | 28 | -85/+84 |
| * | Enum and union normalization. |  Aaron Giles | 2012-09-16 | 10 | -28/+28 |
| * | (MESS) apple2gs: Save states now officially supported. [R. Belmont] |  R. Belmont | 2012-09-16 | 1 | -1/+3 |
| * | Pass 2 of struct modernization. |  Aaron Giles | 2012-09-15 | 16 | -108/+108 |
| * | First pass at modernizing struct definitions. |  Aaron Giles | 2012-09-15 | 55 | -141/+73 |
| * | (MESS) Fixed gbcolor regression. (nw) |  Sandro Ronco | 2012-09-14 | 1 | -1/+1 |
| * | (MESS) Removed palette access. (nw) |  Curt Coder | 2012-09-13 | 1 | -1/+1 |
| * | (MESS) Removed palette access. (nw) |  Curt Coder | 2012-09-13 | 1 | -2/+1 |
| * | Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... |  Miodrag Milanovic | 2012-09-13 | 81 | -1673/+1519 |
| * | moved constructor of state classes into .h file (no whatsnew) |  Miodrag Milanovic | 2012-09-13 | 5 | -87/+0 |
| * | (MESS) x68k_scsiext: Fixed 'Cannot find required device' error. (no whatsnew) |  mahlemiut | 2012-09-13 | 1 | -1/+1 |
| * | removed local macros since macros with same name but different syntax will be... |  Miodrag Milanovic | 2012-09-12 | 1 | -1/+1 |
| * | (MESS) Death to palettes. (nw) |  Curt Coder | 2012-09-12 | 13 | -66/+20 |
| * | (MESS) Cleanup. (nw) |  Curt Coder | 2012-09-12 | 2 | -1/+3 |
| * | Get rid of devtag_reset macro. |  Aaron Giles | 2012-09-12 | 2 | -3/+2 |
| * | Clear out remaining global inlines in diexec.h. |  Aaron Giles | 2012-09-12 | 69 | -293/+293 |
| * | Closeout on old macros. Retired cputag_set_input_line |  Aaron Giles | 2012-09-12 | 61 | -176/+176 |
| * | Add ambiguous execute() and memory() methods to the |  Aaron Giles | 2012-09-11 | 19 | -72/+72 |
| * | In device_state_interface, rename state() to state_int() |  Aaron Giles | 2012-09-11 | 29 | -195/+195 |
| * | Don't use safe_pc[base] when you already have a |  Aaron Giles | 2012-09-11 | 13 | -150/+150 |
| * | Generalized the PLS100 into a PLA device of variable amounts of inputs/output... |  Curt Coder | 2012-09-11 | 2 | -2/+26 |
| * | Add safe_pc() and safe_pcbase() methods to device_t. |  Aaron Giles | 2012-09-11 | 58 | -534/+534 |
| * | oops (nw) |  Olivier Galibert | 2012-09-11 | 2 | -2/+2 |
| * | Fix GCC 4.4 compile. (no whatsnew) |  mahlemiut | 2012-09-10 | 1 | -1/+1 |
| * | (MESS) c128: MMU WIP. (nw) |  Curt Coder | 2012-09-10 | 11 | -146/+240 |
| * | (MESS) isa_blaster: improves the adpcm and simplifies the dsp protection, bas... |  Miodrag Milanovic | 2012-09-10 | 4 | -94/+136 |
| * | (MESS) c128: MMU WIP. (nw) |  Curt Coder | 2012-09-09 | 1 | -40/+40 |
| * | (MESS) c128: MMU WIP. (nw) |  Curt Coder | 2012-09-09 | 2 | -47/+27 |
| * | (MESS) c128: Added skeleton for the MOS8722 MMU. (nw) |  Curt Coder | 2012-09-09 | 2 | -0/+349 |
| * | (MESS) Cleanup. (nw) |  Curt Coder | 2012-09-09 | 3 | -33/+21 |
| * | (MESS) Cleanup. (nw) |  Curt Coder | 2012-09-09 | 12 | -100/+0 |
| * | (MESS) c128: Cleanup (nw) |  Curt Coder | 2012-09-09 | 2 | -25/+0 |
| * | added missing \n to remaining fatalerror() calls (no whatsnew) |  Oliver Stöneberg | 2012-09-09 | 25 | -48/+48 |
| * | (mess) pc hardware: cleanup the end-of-dma notifications [O. Galibert] |  Olivier Galibert | 2012-09-08 | 7 | -40/+116 |
| * | (MESS) c128: Cleanup (nw) |  Curt Coder | 2012-09-08 | 1 | -511/+417 |
| * | fixed some warnings about unreachable statements reported by cppcheck (no wha... |  Oliver Stöneberg | 2012-09-08 | 4 | -8/+7 |
| * | (MESS) c128: Fixed extended keyboard line reading. (nw) |  Curt Coder | 2012-09-08 | 1 | -7/+8 |
| * | (MESS) c128: Refactored to use the new VIC-IIe, and rewrote the MOS8563 VDC a... |  Curt Coder | 2012-09-08 | 1 | -76/+50 |
| * | add harddrive in machine config fragment as the one in the base class isn't c... |  smf- | 2012-09-07 | 1 | -0/+3 |
| * | (MESS) vic20: Refactored VIC to a modern device. (nw) |  Curt Coder | 2012-09-06 | 15 | -60/+342 |
| * | (MESS) vic20: Fixed 16K RAM expansion. (nw) |  Curt Coder | 2012-09-06 | 1 | -4/+12 |
| * | Split out callbacks from scsibus_device into scscb_device, eventually this wi... |  smf- | 2012-09-06 | 9 | -35/+37 |
| * | gfx_element is now a class. Accessors are provided for all |  Aaron Giles | 2012-09-06 | 1 | -1/+1 |
| * | made S1410 device act as a SCSIHD with the custom commands, added D9060HD & A... |  smf- | 2012-09-05 | 8 | -52/+206 |
| * | MZ700: cleaned up the keyboard code, nw |  Angelo Salese | 2012-09-05 | 1 | -13/+7 |
| * | Continuing new device implementation for SN76496 and clones - bbc.c, mycom.c,... |  Scott Stone | 2012-09-05 | 3 | -11/+24 |
| * | (MESS) - isa_blaster: Adds 2,3 and 4bit ADPCM support [Carl] |  Miodrag Milanovic | 2012-09-05 | 2 | -20/+171 |