| Commit message (Expand) | Author | Age | Files | Lines |
| * | Clean-ups and version bumpmame0147 |  Miodrag Milanovic | 2012-09-17 | 49 | -109/+109 |
| * | ATI Stereo F/X ISA card support [Carl] |  Miodrag Milanovic | 2012-09-17 | 1 | -0/+1 |
| * | Final round of struct/union/enum normalization. |  Aaron Giles | 2012-09-16 | 8 | -40/+43 |
| * | Enum and union normalization. |  Aaron Giles | 2012-09-16 | 7 | -20/+20 |
| * | Pass 2 of struct modernization. |  Aaron Giles | 2012-09-15 | 42 | -184/+184 |
| * | First pass at modernizing struct definitions. |  Aaron Giles | 2012-09-15 | 3 | -10/+5 |
| * | (MESS) Fixed listxml crash (nw) |  Wilbert Pol | 2012-09-14 | 1 | -0/+2 |
| * | Rewrote the SAA5050 Teletext character generator. Removed saa505x.c which was... |  Curt Coder | 2012-09-14 | 3 | -11/+12 |
| * | (MESS) fixed kc85_3 regression. (nw) |  Sandro Ronco | 2012-09-13 | 1 | -4/+0 |
| * | Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... |  Miodrag Milanovic | 2012-09-13 | 127 | -297/+721 |
| * | moved constructor of state classes into .h file (no whatsnew) |  Miodrag Milanovic | 2012-09-13 | 6 | -7/+44 |
| * | removed local macros since macros with same name but different syntax will be... |  Miodrag Milanovic | 2012-09-12 | 2 | -3/+0 |
| * | (MESS) Death to palettes. (nw) |  Curt Coder | 2012-09-12 | 9 | -21/+15 |
| * | (MESS) Added preliminary ATi Graphics Ultra support |  mahlemiut | 2012-09-12 | 1 | -0/+1 |
| * | Clear out remaining global inlines in diexec.h. |  Aaron Giles | 2012-09-12 | 3 | -3/+3 |
| * | Generalized the PLS100 into a PLA device of variable amounts of inputs/output... |  Curt Coder | 2012-09-11 | 3 | -4/+13 |
| * | (MESS) c128: MMU WIP. (nw) |  Curt Coder | 2012-09-10 | 3 | -20/+33 |
| * | (MESS) c128: MMU WIP. (nw) |  Curt Coder | 2012-09-09 | 1 | -1/+24 |
| * | (MESS) Cleanup. (nw) |  Curt Coder | 2012-09-09 | 1 | -26/+0 |
| * | (MESS) c128: Cleanup (nw) |  Curt Coder | 2012-09-09 | 1 | -1/+0 |
| * | (mess) pc hardware: cleanup the end-of-dma notifications [O. Galibert] |  Olivier Galibert | 2012-09-08 | 2 | -0/+7 |
| * | (MESS) c128: Cleanup (nw) |  Curt Coder | 2012-09-08 | 1 | -2/+111 |
| * | (MESS) c128: Refactored to use the new VIC-IIe, and rewrote the MOS8563 VDC a... |  Curt Coder | 2012-09-08 | 1 | -7/+0 |
| * | (MESS) vic20: Refactored VIC to a modern device. (nw) |  Curt Coder | 2012-09-06 | 1 | -7/+4 |
| * | (MESS) plus4: Refactored TED to use device_memory interface. (nw) |  Curt Coder | 2012-09-06 | 1 | -2/+1 |
| * | TILE/TILEMAP modernization part 3 (no whatsnew) |  Miodrag Milanovic | 2012-09-06 | 4 | -0/+7 |
| * | (MESS) Added keyboard inputs for Pasopia and Pasopia 7, z80pio irq still does... |  Angelo Salese | 2012-09-06 | 1 | -0/+135 |
| * | made S1410 device act as a SCSIHD with the custom commands, added D9060HD & A... |  smf- | 2012-09-05 | 1 | -1/+0 |
| * | mos6560: Refactored interface to use devcb. (nw) |  Curt Coder | 2012-09-05 | 1 | -1/+7 |
| * | Continuing new device implementation for SN76496 and clones - bbc.c, mycom.c,... |  Scott Stone | 2012-09-05 | 1 | -0/+3 |
| * | And death to AM_SIZE_LEGACY. |  Aaron Giles | 2012-09-04 | 1 | -1/+4 |
| * | (MESS) c65: Added missing SID interface. (nw)\n(MESS) c64: Used SID8580 for t... |  Curt Coder | 2012-09-04 | 1 | -1/+1 |
| * | m6502: Refactored the indexed read/write to use devcb, and fixed the peripher... |  Curt Coder | 2012-09-04 | 1 | -4/+3 |
| * | Added Sound Blaster 16, and proper 16 bit ISA DMA handling [Carl] |  Miodrag Milanovic | 2012-09-04 | 1 | -0/+1 |
| * | (MESS) crvision: Converted to use new sn76494_device. (nw) |  Curt Coder | 2012-09-03 | 1 | -1/+1 |
| * | Cleanup and some inheritance fixes (no whatsnew) |  Miodrag Milanovic | 2012-09-03 | 1 | -4/+0 |
| * | conversion of legacy devices into modern wip (no whatsnew) |  Miodrag Milanovic | 2012-09-03 | 11 | -13/+282 |
| * | (MESS) Added PET cassette port slot interface to vic20, c64, and plus4. Imple... |  Curt Coder | 2012-09-02 | 8 | -18/+43 |
| * | (MESS) added missing #include (nw) |  smf- | 2012-08-30 | 1 | -1/+0 |
| * | Removed SCSIConfigTable, SCSI devices are now linked using SCSIBUS from MESS.... |  smf- | 2012-08-29 | 7 | -9/+6 |
| * | (MESS) removed SCSIConfigTable from scsibus, scsi devices are now sub devices... |  smf- | 2012-08-28 | 2 | -6/+0 |
| * | (MESS) sr16: added layout for LCD. (nw) |  Sandro Ronco | 2012-08-28 | 1 | -0/+2 |
| * | converted 53c810 to a c++ device. (nw) |  smf- | 2012-08-27 | 1 | -1/+5 |
| * | (MESS) converted scsibus from legacy device to c++ (nw) |  smf- | 2012-08-26 | 3 | -3/+3 |
| * | (MESS) sr16: hooked up inputs and LCD. (nw) |  Sandro Ronco | 2012-08-25 | 1 | -0/+3 |
| * | (MESS) hr16: improved a bit the sound quality. (nw) |  Sandro Ronco | 2012-08-23 | 1 | -0/+1 |
| * | (MESS) hr16: SRAM is battery-backed. (nw) |  Sandro Ronco | 2012-08-23 | 1 | -0/+1 |
| * | (MESS) hr16: Added preliminary sound emulation. [Sandro Ronco] |  Sandro Ronco | 2012-08-23 | 1 | -0/+86 |
| * | svn update test (nw) |  Robbbert | 2012-08-21 | 1 | -1/+1 |
| * | Merge of MESS sources (no whatsnew) |  Miodrag Milanovic | 2012-08-21 | 222 | -0/+26439 |