summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* (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
* Get rid of the SW DIP-SW msg Angelo Salese2012-09-061-15/+24
* Preliminary SW DIP-SW addition to PC-9821 / Fixed sound CPU ASM decoding for ... Angelo Salese2012-09-061-1/+112
* Removed the POR hack in PC-98x1 machines, nw Angelo Salese2012-09-061-13/+26
* (MESS) vic20: Refactored VIC to a modern device. (nw) Curt Coder2012-09-062-128/+102
* (MESS) plus4: Refactored TED to use device_memory interface. (nw) Curt Coder2012-09-061-52/+32
* TILE/TILEMAP modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-062-32/+35
* Split out callbacks from scsibus_device into scscb_device, eventually this wi... smf-2012-09-069-48/+34
* gfx_element is now a class. Accessors are provided for all Aaron Giles2012-09-0612-25/+25
* (MESS) Added keyboard inputs for Pasopia and Pasopia 7, z80pio irq still does... Angelo Salese2012-09-062-128/+78
* Various changes, nw Angelo Salese2012-09-051-18/+66
* made S1410 device act as a SCSIHD with the custom commands, added D9060HD & A... smf-2012-09-053-5/+5
* (MESS) Preliminary support for cassette images in MZ-2000 [Angelo Salese] Angelo Salese2012-09-051-11/+27
* (MESS) geniusiq: fixed missing text. (nw) Sandro Ronco2012-09-051-3/+71