| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't use safe_pc[base] when you already have a |  Aaron Giles | 2012-09-11 | 7 | -13/+13 |
* | Generalized the PLS100 into a PLA device of variable amounts of inputs/output... |  Curt Coder | 2012-09-11 | 2 | -14/+97 |
* | Add safe_pc() and safe_pcbase() methods to device_t. |  Aaron Giles | 2012-09-11 | 39 | -184/+184 |
* | Added asl_ext, bclr_dir, bset_dir opcodes to the HC11 core. (nw) |  Sandro Ronco | 2012-09-10 | 1 | -0/+1 |
* | (MESS) c128: MMU WIP. (nw) |  Curt Coder | 2012-09-10 | 8 | -169/+308 |
* | (MESS) c128: MMU WIP. (nw) |  Curt Coder | 2012-09-09 | 1 | -0/+244 |
* | (MESS) p500: Refactored to use new VIC emulation. (nw) |  Curt Coder | 2012-09-09 | 1 | -49/+14 |
* | (MESS) c64: Fixed edu64/pet64 crash. (nw) |  Curt Coder | 2012-09-09 | 1 | -23/+3 |
* | (MESS) cbmb: Added missing SID interface. (nw) |  Curt Coder | 2012-09-09 | 1 | -0/+9 |
* | added missing \n to remaining fatalerror() calls (no whatsnew) |  Oliver Stöneberg | 2012-09-09 | 1 | -1/+1 |
* | added missing \n to more fatalerror() calls (no whatsnew) |  Oliver Stöneberg | 2012-09-09 | 7 | -9/+9 |
* | (MESS) c128: Cleanup (nw) |  Curt Coder | 2012-09-08 | 1 | -224/+322 |
* | (MESS) Clean up some MACHINE_CONFIG_START. (nw) |  Sandro Ronco | 2012-09-08 | 7 | -142/+20 |
* | fixed some warnings about unreachable statements reported by cppcheck (no wha... |  Oliver Stöneberg | 2012-09-08 | 3 | -11/+9 |
* | (MESS) c128: Added missing IEC bus. (nw) |  Curt Coder | 2012-09-08 | 1 | -8/+13 |
* | (MESS) c128: Refactored to use the new VIC-IIe, and rewrote the MOS8563 VDC a... |  Curt Coder | 2012-09-08 | 1 | -213/+85 |
* | (MESS) vic20: Connected light pen signal. (nw) |  Curt Coder | 2012-09-08 | 1 | -1/+4 |
* | (MESS) Fixed screen type in some drivers. (nw) |  Sandro Ronco | 2012-09-07 | 9 | -12/+12 |
* | (MESS) mos6566: Refactored to use an rgb32 bitmap. (nw) |  Curt Coder | 2012-09-07 | 1 | -1/+1 |
* | (MESS) geniusiq: added German keyboard layout and some PORT_CHAR. (nw) |  Sandro Ronco | 2012-09-07 | 1 | -145/+173 |
* | (MESS) VK100: simplification of the code by emulating the register file as an... |  Jonathan Gevaryahu | 2012-09-07 | 1 | -41/+14 |
* | New games marked as GAME_NOT_WORKING |  Scott Stone | 2012-09-07 | 1 | -9/+9 |
* | geniusiq: added mouse input. (nw) |  Sandro Ronco | 2012-09-06 | 1 | -23/+61 |
* | (MESS) VK100: Correctly hooked up vsync interrupt to crtc instead of video su... |  Jonathan Gevaryahu | 2012-09-06 | 1 | -43/+68 |
* | Get rid of the SW DIP-SW msg |  Angelo Salese | 2012-09-06 | 1 | -15/+24 |
* | Preliminary SW DIP-SW addition to PC-9821 / Fixed sound CPU ASM decoding for ... |  Angelo Salese | 2012-09-06 | 1 | -1/+112 |
* | Removed the POR hack in PC-98x1 machines, nw |  Angelo Salese | 2012-09-06 | 1 | -13/+26 |
* | (MESS) vic20: Refactored VIC to a modern device. (nw) |  Curt Coder | 2012-09-06 | 2 | -128/+102 |
* | (MESS) plus4: Refactored TED to use device_memory interface. (nw) |  Curt Coder | 2012-09-06 | 1 | -52/+32 |
* | TILE/TILEMAP modernization part 1 (no whatsnew) |  Miodrag Milanovic | 2012-09-06 | 2 | -32/+35 |
* | Split out callbacks from scsibus_device into scscb_device, eventually this wi... |  smf- | 2012-09-06 | 9 | -48/+34 |
* | gfx_element is now a class. Accessors are provided for all |  Aaron Giles | 2012-09-06 | 12 | -25/+25 |
* | (MESS) Added keyboard inputs for Pasopia and Pasopia 7, z80pio irq still does... |  Angelo Salese | 2012-09-06 | 2 | -128/+78 |
* | Various changes, nw |  Angelo Salese | 2012-09-05 | 1 | -18/+66 |
* | made S1410 device act as a SCSIHD with the custom commands, added D9060HD & A... |  smf- | 2012-09-05 | 3 | -5/+5 |
* | (MESS) Preliminary support for cassette images in MZ-2000 [Angelo Salese] |  Angelo Salese | 2012-09-05 | 1 | -11/+27 |
* | (MESS) geniusiq: fixed missing text. (nw) |  Sandro Ronco | 2012-09-05 | 1 | -3/+71 |
* | Replaced standard mappers with an enumeration that maps internally |  Aaron Giles | 2012-09-05 | 2 | -20/+20 |
* | mos6560: Refactored interface to use devcb. (nw) |  Curt Coder | 2012-09-05 | 1 | -89/+33 |
* | Continuing new device implementation for SN76496 and clones - bbc.c, mycom.c,... |  Scott Stone | 2012-09-05 | 4 | -15/+86 |
* | And death to AM_SIZE_LEGACY. |  Aaron Giles | 2012-09-04 | 1 | -14/+12 |
* | (MESS) c65: Added missing SID interface. (nw)\n(MESS) c64: Used SID8580 for t... |  Curt Coder | 2012-09-04 | 2 | -4/+18 |
* | Remove commented-out references to AM_BASE/_SIZE_LEGACY. |  Aaron Giles | 2012-09-04 | 2 | -8/+8 |
* | Improved SPC700 cycle opcode timings [Angelo Salese, byuu] |  Angelo Salese | 2012-09-04 | 1 | -1/+1 |
* | m6502: Refactored the indexed read/write to use devcb, and fixed the peripher... |  Curt Coder | 2012-09-04 | 6 | -61/+63 |
* | m6502: Fixed CPU peripheral port behavior by introducing pull-up and pull-dow... |  Curt Coder | 2012-09-04 | 1 | -26/+31 |
* | Added Sound Blaster 16, and proper 16 bit ISA DMA handling [Carl] |  Miodrag Milanovic | 2012-09-04 | 1 | -3/+5 |
* | (MESS) crvision: Converted to use new sn76494_device. (nw) |  Curt Coder | 2012-09-03 | 1 | -21/+27 |
* | DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) |  Miodrag Milanovic | 2012-09-03 | 4 | -76/+0 |
* | Cleanup and some inheritance fixes (no whatsnew) |  Miodrag Milanovic | 2012-09-03 | 1 | -14/+0 |