summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-13317-3493/+3113
* (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-1258-219/+109
* (MESS) Death to palettes. (nw) Curt Coder2012-09-129-84/+24
* (MESS) cbmb: Added PLA dumps. [Edward Shockley] Curt Coder2012-09-121-0/+30
* AM_BASE_LEGACY breathes its last. Aaron Giles2012-09-123-17/+15
* (MESS) Added preliminary ATi Graphics Ultra support mahlemiut2012-09-121-1/+2
* 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-128-8/+8
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-12106-270/+270
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-1292-247/+247
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-1171-144/+144
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-1144-191/+191
* Don't use safe_pc[base] when you already have a Aaron Giles2012-09-117-13/+13
* Generalized the PLS100 into a PLA device of variable amounts of inputs/output... Curt Coder2012-09-112-14/+97
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-1139-184/+184
* 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-108-169/+308
* (MESS) c128: MMU WIP. (nw) Curt Coder2012-09-091-0/+244
* (MESS) p500: Refactored to use new VIC emulation. (nw) Curt Coder2012-09-091-49/+14
* (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
* added missing \n to remaining fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-091-1/+1
* added missing \n to more fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-097-9/+9
* (MESS) c128: Cleanup (nw) Curt Coder2012-09-081-224/+322
* (MESS) Clean up some MACHINE_CONFIG_START. (nw) Sandro Ronco2012-09-087-142/+20
* fixed some warnings about unreachable statements reported by cppcheck (no wha... Oliver Stöneberg2012-09-083-11/+9
* (MESS) c128: Added missing IEC bus. (nw) Curt Coder2012-09-081-8/+13
* (MESS) c128: Refactored to use the new VIC-IIe, and rewrote the MOS8563 VDC a... Curt Coder2012-09-081-213/+85
* (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-071-1/+1
* (MESS) geniusiq: added German keyboard layout and some PORT_CHAR. (nw) Sandro Ronco2012-09-071-145/+173
* (MESS) VK100: simplification of the code by emulating the register file as an... Jonathan Gevaryahu2012-09-071-41/+14
* New games marked as GAME_NOT_WORKING Scott Stone2012-09-071-9/+9
* geniusiq: added mouse input. (nw) Sandro Ronco2012-09-061-23/+61
* (MESS) VK100: Correctly hooked up vsync interrupt to crtc instead of video su... Jonathan Gevaryahu2012-09-061-43/+68