| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | m6502,tms57002: Snakes in an emulator [Robert Muth, O. Galibert] |  Olivier Galibert | 2012-12-06 | 2 | -257/+273 |
* | placeholders |  Olivier Galibert | 2012-12-06 | 1 | -0/+0 |
* | Cleanups and version bump (nw)mame0147u3 |  Miodrag Milanovic | 2012-11-19 | 6 | -12/+12 |
* | I'm in your cpu core, adding virtual destructors (nw) |  Olivier Galibert | 2012-11-11 | 6 | -0/+13 |
* | m6509: "normal" read/writes happen in the fetch bank [O. Galibert] |  Olivier Galibert | 2012-11-10 | 2 | -4/+16 |
* | n2a03: Put a second irq line logically-ored with the normal one [O. Galibert] |  Olivier Galibert | 2012-11-07 | 3 | -2/+8 |
* | 65c02: Fix the bitwise ops and their disassembly [O. Galibert] |  Olivier Galibert | 2012-11-07 | 4 | -14/+9 |
* | deco16: Vectors are non-standard, *duh* [O. Galibert] |  Olivier Galibert | 2012-11-07 | 3 | -2/+41 |
* | m6502: More interrupt fixing [O. Galibert] |  Olivier Galibert | 2012-11-07 | 4 | -1/+5 |
* | m6502: IRQ fixes [O. Galibert] |  Olivier Galibert | 2012-11-06 | 3 | -1/+9 |
* | 6502: Rewrite modern, cycle-exact and interruptible [O. Galibert] |  Olivier Galibert | 2012-11-06 | 64 | -8673/+8057 |
* | placeholders |  Olivier Galibert | 2012-11-06 | 38 | -0/+0 |
* | m6509: Fixed EA zero page indirect + Y (post indexed). [Curt Coder] |  Curt Coder | 2012-09-26 | 2 | -10/+49 |
* | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 4 | -5/+5 |
* | Memory handler normalization, part 2. Change legacy |  Aaron Giles | 2012-09-17 | 4 | -11/+11 |
* | Clean-ups and version bumpmame0147 |  Miodrag Milanovic | 2012-09-17 | 3 | -3/+3 |
* | Final round of struct/union/enum normalization. |  Aaron Giles | 2012-09-16 | 4 | -8/+4 |
* | First pass at modernizing struct definitions. |  Aaron Giles | 2012-09-15 | 1 | -2/+1 |
* | Clear out remaining global inlines in diexec.h. |  Aaron Giles | 2012-09-12 | 2 | -2/+2 |
* | Don't use safe_pc[base] when you already have a |  Aaron Giles | 2012-09-11 | 1 | -1/+1 |
* | Add safe_pc() and safe_pcbase() methods to device_t. |  Aaron Giles | 2012-09-11 | 1 | -1/+1 |
* | m6502: Refactored the indexed read/write to use devcb, and fixed the peripher... |  Curt Coder | 2012-09-04 | 7 | -63/+52 |
* | m6502: Fixed CPU peripheral port behavior by introducing pull-up and pull-dow... |  Curt Coder | 2012-09-04 | 2 | -5/+39 |
* | DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) |  Miodrag Milanovic | 2012-09-03 | 4 | -83/+83 |
* | Renamed device_irq_callback to device_irq_acknowledge_callback to |  Aaron Giles | 2012-04-10 | 4 | -5/+5 |
* | MAME going modern part 2 (no whatsnew) |  Miodrag Milanovic | 2012-04-01 | 3 | -4/+4 |
* | MAME going modern part 1 (no whatsnew) |  Miodrag Milanovic | 2012-03-31 | 3 | -3/+3 |
* | Clean-ups and version bump (yes, I know, it's too late)mame0145u4 |  Angelo Salese | 2012-03-11 | 1 | -1/+1 |
* | m6502.c: Fixed OAL illegal m6502 instruction to pass Acid5200 test. [Wilbert... |  Wilbert Pol | 2012-02-29 | 2 | -2/+343 |
* | Sync with MESS, including OG's fix for exiting with debugger active (no whats... |  Miodrag Milanovic | 2012-01-26 | 1 | -2/+4 |
* | GCC 4.6 "Variable assigned but not used" for 6502 family (no whatsnew) |  R. Belmont | 2011-05-30 | 8 | -60/+68 |
* | Fixed devcb regression. (nw) |  Curt Coder | 2011-05-05 | 2 | -0/+10 |
* | Reimplemented devcb using delegates and classes. Unified the logic |  Aaron Giles | 2011-05-02 | 2 | -8/+8 |
* | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 4 | -4/+4 |
* | I'm bored to do spring cleaning |  Angelo Salese | 2011-04-18 | 2 | -2/+2 |
* | Refactored the M6510 CPU to use device callbacks for port read/write. [Curt C... |  Curt Coder | 2011-04-18 | 3 | -31/+16 |
* | Remove redundant item cpu from address_space, in favor of |  Aaron Giles | 2011-03-29 | 3 | -11/+11 |
* | Created new enum type address_spacenum for specifying an address |  Aaron Giles | 2011-03-27 | 4 | -46/+46 |
* | Added device_t::memory() to fetch a reference to the memory interface, |  Aaron Giles | 2011-03-27 | 2 | -2/+2 |
* | Added missing device type. (no whatsnew) |  Curt Coder | 2011-02-11 | 1 | -0/+1 |
* | Get rid of state_save_register_device_* macros in favor of direct |  Aaron Giles | 2011-02-09 | 1 | -13/+13 |
* | Added M6504 CPU subtype and used it in allied.c driver (no whatsnew) |  Miodrag Milanovic | 2011-01-23 | 2 | -1/+17 |
* | running_device -> device_t |  Aaron Giles | 2010-12-31 | 5 | -8/+8 |
* | Remove final set of legacy inlines from memory.h. Mostly affects CPU |  Aaron Giles | 2010-08-19 | 9 | -15/+23 |
* | Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly |  Aaron Giles | 2010-08-19 | 9 | -19/+19 |
* | Replace "const address_space" with "address_space" throughout the system. |  Aaron Giles | 2010-08-19 | 4 | -13/+13 |
* | Created CPU-specific device types for all CPUs, using new macros |  Aaron Giles | 2010-07-03 | 8 | -40/+39 |
* | Fixed missing cpu_device -> legacy_cpu_device (no whatsnew) |  Miodrag Milanovic | 2010-06-17 | 2 | -2/+2 |
* | Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. |  Aaron Giles | 2010-06-17 | 5 | -12/+12 |
* | Removed not needed constant, set proper return type and added call to m4510 c... |  Miodrag Milanovic | 2010-06-13 | 4 | -12/+7 |