| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cleanups and version bump. |  Aaron Giles | 2009-05-28 | 1 | -1/+1 |
| * | Sent: Monday, May 11, 2009 10:32 PM |  Aaron Giles | 2009-05-15 | 1 | -0/+4 |
| * | Bulk change alert. |  Aaron Giles | 2009-04-26 | 4 | -29/+19 |
| * | From: Duke [mailto:startaq@gmail.com] |  Aaron Giles | 2009-04-23 | 1 | -1/+2 |
| * | Added display of frame number to the beamx/y info in the register view. |  Aaron Giles | 2009-04-11 | 1 | -1/+17 |
| * | Many casts added to the core files, and various other tweaks |  Aaron Giles | 2009-03-12 | 6 | -106/+106 |
| * | Cleanups and version bump.mame0129u4 |  Aaron Giles | 2009-02-17 | 1 | -1/+1 |
| * | Opcode accesses are now marked debugger_access. This is important with the re... |  Aaron Giles | 2009-01-30 | 1 | -0/+14 |
| * | Initialize some structs to fix warnings with some GCC versions. |  R. Belmont | 2009-01-22 | 1 | -0/+4 |
| * | Added new #define ENDIANNESS_NATIVE, which maps to either ENDIANNESS_LITTLE |  Aaron Giles | 2009-01-17 | 1 | -10/+2 |
| * | Stop crash/assert when trying to decrease the debugger memory window bytes pe... |  Phil Bennett | 2009-01-16 | 1 | -1/+3 |
| * | Made direct (opcode) access more robust. Direct access now crawls the |  Aaron Giles | 2009-01-13 | 1 | -23/+45 |
| * | Added check to debug_cpu_set_dasm_override(), because callers do not know if we |  Nathan Woods | 2009-01-07 | 1 | -1/+4 |
| * | Cleanups and version bump.mame0129 |  Aaron Giles | 2009-01-04 | 1 | -2/+2 |
| * | 02783: SMS-Based megatech.c sets: [debug] Access Violation with -debug |  Aaron Giles | 2008-12-30 | 1 | -7/+10 |
| * | CPU interface organization shuffle. The file cpuintrf.h now merely |  Aaron Giles | 2008-12-22 | 5 | -48/+158 |
| * | Cleanups and version bump. |  Aaron Giles | 2008-12-22 | 2 | -3/+3 |
| * | Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling |  Aaron Giles | 2008-12-20 | 1 | -0/+1 |
| * | removed unused variable "result" |  Roberto Zandona | 2008-12-20 | 1 | -1/+0 |
| * | Memory view fixes: |  Aaron Giles | 2008-12-20 | 1 | -38/+63 |
| * | Fixed registers view to only show those entries valid for the |  Aaron Giles | 2008-12-19 | 1 | -0/+2 |
| * | Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. |  Aaron Giles | 2008-12-19 | 2 | -4/+4 |
| * | This update is the below two patches, plus the remaining changes |  Aaron Giles | 2008-12-19 | 1 | -2/+2 |
| * | Cleaned up device and sound interfaces to match the CPU |  Aaron Giles | 2008-12-19 | 3 | -14/+21 |
| * | More device normalization: |  Aaron Giles | 2008-12-16 | 2 | -4/+4 |
| * | Made CPUs into proper devices. CPUs are now added in the |  Aaron Giles | 2008-12-16 | 4 | -430/+413 |
| * | Cleanups and version bump. |  Aaron Giles | 2008-12-15 | 1 | -3/+3 |
| * | Removed unnecessary masking in disassembly view. |  Aaron Giles | 2008-12-14 | 1 | -3/+3 |
| * | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-12-12 | 1 | -6/+5 |
| * | Fixed compile error, and fixed crash when handling an exception when the |  Aaron Giles | 2008-12-11 | 1 | -2/+5 |
| * | Here's the big one.... |  Aaron Giles | 2008-12-11 | 3 | -32/+0 |
| * | Added logic to track OSD updates separately from internal view updates in the |  Aaron Giles | 2008-12-08 | 3 | -5/+37 |
| * | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-12-07 | 2 | -2/+0 |
| * | Cleanups/version bump/added missing drivers.mame0128u5 |  Aaron Giles | 2008-12-06 | 4 | -146/+146 |
| * | activecpu_count -= 133 |  Aaron Giles | 2008-12-06 | 1 | -1/+1 |
| * | Fixed some memory view-related issues: |  Aaron Giles | 2008-12-05 | 1 | -6/+18 |
| * | Changed save state system to accept machine parameters where |  Aaron Giles | 2008-12-05 | 2 | -2/+2 |
| * | 02687: emuopts.c: CORE INPUT AUTOMATIC ENABLE OPTIONS |  Aaron Giles | 2008-12-04 | 1 | -30/+9 |
| * | CPU_IS_LE -> ENDIANNESS_LITTLE |  Aaron Giles | 2008-12-04 | 3 | -25/+25 |
| * | More debugger changes. |  Aaron Giles | 2008-12-03 | 7 | -290/+699 |
| * | Big debugger cleanup. |  Aaron Giles | 2008-12-03 | 8 | -2296/+2258 |
| * | Fixed stepping in the debugger. |  R. Belmont | 2008-11-29 | 1 | -1/+1 |
| * | Move cpunum_get_active() removal. |  Aaron Giles | 2008-11-27 | 1 | -6/+5 |
| * | Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, |  Aaron Giles | 2008-11-26 | 1 | -3/+3 |
| * | Cleanups and version bump for 0.128u4.mame0128u4 |  Aaron Giles | 2008-11-24 | 3 | -28/+28 |
| * | change_pc? What change_pc? |  Aaron Giles | 2008-11-24 | 2 | -8/+0 |
| * | Further debugger cleanup. Symbol tables now have a global ref |  Aaron Giles | 2008-11-22 | 7 | -1005/+1123 |
| * | Fix 64bit compile |  Couriersud | 2008-11-21 | 1 | -1/+1 |
| * | Debugger interfaces cleanup. Still more to do but this compiles and |  Aaron Giles | 2008-11-21 | 11 | -799/+893 |
| * | Another big one. |  Aaron Giles | 2008-11-20 | 6 | -625/+613 |