summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers
Commit message (Expand)AuthorAgeFilesLines
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-2547-411/+318
* (MESS) fixed chdman commands based on datasheets (nw) smf-2012-09-251-2/+2
* (MESS) cbm2: Address decoding WIP, added floppy softlists, added PAL P500. (nw) Curt Coder2012-09-241-254/+381
* modernization or timer callbacks part 3 - final (no whatsnew) Miodrag Milanovic2012-09-2440-478/+491
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-2424-638/+586
* Removed AS_DATA on all variants and AS_IO on CPU variants not having IO line... Miodrag Milanovic2012-09-241-1/+4
* tms99x8: Converted to using RGB32 bitmap so chips can coexist with other vide... R. Belmont2012-09-231-3/+2
* (MESS) Apple II: Add preliminary support for TME Arcade Board [R. Belmont] R. Belmont2012-09-231-0/+2
* (MESS) cbm2: Address decoding WIP. (nw) Curt Coder2012-09-231-48/+46
* (MESS) a2600: Fixed address space error. (MT 05016) mahlemiut2012-09-231-3/+4
* (MESS) cbm2: Address decoding WIP. (nw) Curt Coder2012-09-221-18/+46
* (MESS) nes.c: moved cart class where it actually belongs. no whatsnew. Fabio Priuli2012-09-221-1/+1
* (MESS) Input port cleanup. (nw) Curt Coder2012-09-212-5/+35
* Removed init_scsibus() from scsibus_device as it was only used for passing th... smf-2012-09-212-6/+0
* nes.c: modernized the driver by moving most code into the class, work by Mick... Fabio Priuli2012-09-211-1/+8
* (MESS) cbm2: Rewrote the rest of the CBM-II model line. [Curt Coder] Curt Coder2012-09-212-675/+1039
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-2145-220/+220
* pcw16: Commented old code not used, mahlemiut please delete if not needed as ... Miodrag Milanovic2012-09-201-26/+26
* used read8_delegate instead of read8_space_func for vga port read (nw) Miodrag Milanovic2012-09-201-2/+3
* making pcecommn to be a main class for other pce related drivers (nw) Miodrag Milanovic2012-09-201-1/+1
* Modernized archimedes (no whatsnew) Miodrag Milanovic2012-09-201-21/+21
* MESS fixes. Aaron Giles2012-09-193-15/+5
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-19141-781/+789
* (MESS) fixed mess/drivers/dragon.c compilation (no whatsnew) Oliver Stöneberg2012-09-191-52/+52
* one more found (nw) Miodrag Milanovic2012-09-191-4/+5
* (MESS) p500: Rewrote the driver using the PLAs for address decoding. [Curt Co... Curt Coder2012-09-192-139/+1228
* Made amiga keyboard a device, and removed legacy port changed support (no wha... Miodrag Milanovic2012-09-192-17/+4
* More cleanup on mess side (nw) Miodrag Milanovic2012-09-192-33/+54
* Modernized INPUT_CHANGED in MESS part of tree (no whatsnew) Miodrag Milanovic2012-09-1942-1201/+1198
* (MESS) p8000, p8000_16, bigbord2: fix regression in keyboard due to 'address_... Robbbert2012-09-192-8/+12
* (MESS) Fixed listxml crash. There is no screen in sapi3, so commented out the... Wilbert Pol2012-09-181-1/+1
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-1884-479/+478
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-1839-128/+128
* Did some missed by code (no whatsnew) Miodrag Milanovic2012-09-182-2/+2
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-17182-891/+921
* Memory handler cleanup 3. Add mem_mask parameter Aaron Giles2012-09-1712-25/+25
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-1776-654/+654
* Memory handler normalization, part 1. Aaron Giles2012-09-1768-455/+454
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-1741-168/+168
* ATI Stereo F/X ISA card support [Carl] Miodrag Milanovic2012-09-171-0/+1
* Final round of struct/union/enum normalization. Aaron Giles2012-09-161-5/+3
* Enum and union normalization. Aaron Giles2012-09-161-2/+2
* (MESS) apple2gs: Save states now officially supported. [R. Belmont] R. Belmont2012-09-161-3/+4
* Pass 2 of struct modernization. Aaron Giles2012-09-1515-56/+56
* First pass at modernizing struct definitions. Aaron Giles2012-09-155-21/+12
* Rewrote the SAA5050 Teletext character generator. Removed saa505x.c which was... Curt Coder2012-09-145-83/+50
* Fixed remaining regressions (nw) Miodrag Milanovic2012-09-142-21/+19
* (MESS) fixed n64 regression. (nw) Sandro Ronco2012-09-131-9/+10
* (MESS) fixed kc85_3 regression. (nw) Sandro Ronco2012-09-131-1/+1
* (MESS) pc8001: Fixed colors again. (nw) Curt Coder2012-09-131-1/+1