| Commit message (Expand) | Author | Age | Files | Lines |
| * | removed confusing double variable name |  Michaƫl Banaan Ananas | 2009-09-12 | 1 | -4/+2 |
| * | Remove remaining references to machine->cpu[n]. Removed cpu[n] array. |  Aaron Giles | 2009-09-08 | 1 | -13/+13 |
| * | Cleanups and version bump.mame0133u5 |  Aaron Giles | 2009-09-07 | 1 | -2/+2 |
| * | Added 'options' parameter to the CPU_DISASSEMBLE prototype. For now, the |  Aaron Giles | 2009-09-07 | 1 | -2/+2 |
| * | From: Sandro Ronco [mailto:sandro.ronco@alice.it] |  Aaron Giles | 2009-09-03 | 1 | -26/+38 |
| * | [from AtariAce] |  Aaron Giles | 2009-08-30 | 1 | -2/+2 |
| * | Another step. Moved the address-space related get_info constants |  Aaron Giles | 2009-07-08 | 1 | -6/+6 |
| * | Added casts to ensure proper values are passed to the ctype.h functions. |  Aaron Giles | 2009-06-25 | 1 | -3/+3 |
| * | Bulk change alert. |  Aaron Giles | 2009-04-26 | 1 | -10/+8 |
| * | Many casts added to the core files, and various other tweaks |  Aaron Giles | 2009-03-12 | 1 | -27/+27 |
| * | 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 |
| * | 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 |
| * | CPU interface organization shuffle. The file cpuintrf.h now merely |  Aaron Giles | 2008-12-22 | 1 | -10/+104 |
| * | Cleanups and version bump. |  Aaron Giles | 2008-12-22 | 1 | -1/+1 |
| * | Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. |  Aaron Giles | 2008-12-19 | 1 | -3/+3 |
| * | Cleaned up device and sound interfaces to match the CPU |  Aaron Giles | 2008-12-19 | 1 | -8/+5 |
| * | More device normalization: |  Aaron Giles | 2008-12-16 | 1 | -3/+3 |
| * | Made CPUs into proper devices. CPUs are now added in the |  Aaron Giles | 2008-12-16 | 1 | -173/+168 |
| * | Cleanups and version bump. |  Aaron Giles | 2008-12-15 | 1 | -3/+3 |
| * | 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 | 1 | -4/+0 |
| * | Added logic to track OSD updates separately from internal view updates in the |  Aaron Giles | 2008-12-08 | 1 | -0/+5 |
| * | Cleanups/version bump/added missing drivers.mame0128u5 |  Aaron Giles | 2008-12-06 | 1 | -1/+1 |
| * | 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 | 1 | -18/+18 |
| * | More debugger changes. |  Aaron Giles | 2008-12-03 | 1 | -14/+17 |
| * | Big debugger cleanup. |  Aaron Giles | 2008-12-03 | 1 | -129/+95 |
| * | 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 | 1 | -21/+21 |
| * | change_pc? What change_pc? |  Aaron Giles | 2008-11-24 | 1 | -4/+0 |
| * | Further debugger cleanup. Symbol tables now have a global ref |  Aaron Giles | 2008-11-22 | 1 | -894/+914 |
| * | Debugger interfaces cleanup. Still more to do but this compiles and |  Aaron Giles | 2008-11-21 | 1 | -458/+548 |
| * | Another big one. |  Aaron Giles | 2008-11-20 | 1 | -446/+437 |
| * | Converted change_pc() into a no-op. Changed memory_set_direct_region() to |  Aaron Giles | 2008-11-19 | 1 | -1/+1 |
| * | Generalized the concept of opbase access into "direct" access. |  Aaron Giles | 2008-11-17 | 1 | -1/+1 |
| * | WARNING: this compiles, but not fully cleanly, and a number of drivers |  Aaron Giles | 2008-11-14 | 1 | -14/+14 |
| * | This patch: |  Aaron Giles | 2008-11-13 | 1 | -6/+7 |
| * | Massive API cleanup/change. The primary goal is that all CPU- |  Aaron Giles | 2008-11-13 | 1 | -7/+8 |
| * | Added CPU device parameters to all CPU callbacks except for the |  Aaron Giles | 2008-11-10 | 1 | -30/+31 |
| * | Major cpuintrf changes: |  Aaron Giles | 2008-11-10 | 1 | -65/+66 |
| * | Cleanups and version bump.mame0127u5 |  Aaron Giles | 2008-09-26 | 1 | -3/+3 |
| * | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-09-26 | 1 | -0/+2 |
| * | 02280: any set with multiple CPUs: Disassembler freezes when doing a Run on a... |  Aaron Giles | 2008-09-22 | 1 | -20/+48 |
| * | Changed requirements for laserdisc CHDs to require a new chunk of |  Aaron Giles | 2008-09-18 | 1 | -0/+18 |
| * | From: Oliver Stoeneberg [mailto:oliverst@online.de] |  Aaron Giles | 2008-09-11 | 1 | -17/+17 |
| * | Changed DEVICE_START functions to return an error code. Currently this |  Aaron Giles | 2008-09-09 | 1 | -19/+20 |
| * | From Oliver Stoeneberg [oliverst@online.de] |  Aaron Giles | 2008-09-04 | 1 | -27/+27 |