| Commit message (Expand) | Author | Age | Files | Lines |
* | More cleanups, there is issue with srcclean that needs to be taken care as we... |  Miodrag Milanovic | 2014-07-22 | 1 | -5/+5 |
* | Cleanups and version bump |  Miodrag Milanovic | 2014-07-22 | 1 | -17/+17 |
* | Fixed snes regression from modernization (nw) |  Wilbert Pol | 2014-04-25 | 1 | -1/+0 |
* | fixed usage of uninitialized member in g65816_device (nw) |  Oliver Stöneberg | 2014-04-24 | 1 | -0/+1 |
* | g65816.c: Modernised cpu core (nw) |  Wilbert Pol | 2014-04-21 | 4 | -1261/+2641 |
* | Cleanups and version bumpmame0153 |  Miodrag Milanovic | 2014-04-07 | 1 | -2/+2 |
* | converted legacy handlers to modern (nw) |  Miodrag Milanovic | 2014-04-02 | 2 | -45/+66 |
* | added missing short names to legacy devices and added validation that short n... |  Miodrag Milanovic | 2013-08-23 | 1 | -0/+2 |
* | Cleanups and version bumpmame0148u2 |  Miodrag Milanovic | 2013-03-19 | 1 | -2/+2 |
* | g65816.c: added missing mirror of the 5a22 regs [Fabio Priuli] |  Fabio Priuli | 2013-03-10 | 1 | -20/+20 |
* | Fix issue with overwriting internal address map for snes. This should be made... |  Miodrag Milanovic | 2013-03-05 | 2 | -0/+17 |
* | output of new srcclean changes that are relatively small [smf] |  smf- | 2013-01-11 | 1 | -2/+1 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 4 | -1132/+1132 |
* | changed space_func to delegate (no whatsnew) |  Miodrag Milanovic | 2012-10-11 | 4 | -4/+4 |
* | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 1 | -1/+1 |
* | Memory handler cleanup 3. Add mem_mask parameter |  Aaron Giles | 2012-09-17 | 1 | -1/+1 |
* | Memory handler normalization, part 2. Change legacy |  Aaron Giles | 2012-09-17 | 2 | -11/+11 |
* | Clean-ups and version bumpmame0147 |  Miodrag Milanovic | 2012-09-17 | 1 | -1/+1 |
* | Pass 2 of struct modernization. |  Aaron Giles | 2012-09-15 | 1 | -2/+2 |
* | First pass at modernizing struct definitions. |  Aaron Giles | 2012-09-15 | 1 | -2/+1 |
* | Moved MEMSEL as well |  Angelo Salese | 2012-09-04 | 1 | -0/+8 |
* | Small clean-up |  Angelo Salese | 2012-09-04 | 1 | -10/+2 |
* | Moved multiplication and division operation from SNES to 5A22 CPU core file [... |  Angelo Salese | 2012-09-04 | 2 | -0/+109 |
* | Fixed a major bug with 5A22 timings, that was incorrectly taking extra steals... |  Angelo Salese | 2012-09-04 | 2 | -8/+16 |
* | Improved SPC700 cycle opcode timings [Angelo Salese, byuu] |  Angelo Salese | 2012-09-04 | 1 | -1/+3 |
* | DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) |  Miodrag Milanovic | 2012-09-03 | 1 | -16/+16 |
* | FastROM resets at boot, hook that up |  Angelo Salese | 2012-08-22 | 1 | -0/+10 |
* | Hooked up fastROM setting in the CPU core, nw |  Angelo Salese | 2012-08-22 | 4 | -3/+26 |
* | (SNES) Rewritten cycle steal code from scratch and nailed it directly in the ... |  Angelo Salese | 2012-08-22 | 3 | -0/+27 |
* | Renamed device_irq_callback to device_irq_acknowledge_callback to |  Aaron Giles | 2012-04-10 | 2 | -2/+2 |
* | "English doesn't borrow from other languages. English follows other languages... |  Scott Stone | 2011-08-23 | 1 | -1/+1 |
* | Make memset been used in cpu core in unique way (no whatsnew) |  Miodrag Milanovic | 2011-07-13 | 1 | -1/+1 |
* | Fix for memsets in core (no whatsnew) |  Miodrag Milanovic | 2011-07-13 | 1 | -1/+1 |
* | Converted presave/postload functions to delegates. In a lot of |  Aaron Giles | 2011-04-30 | 1 | -4/+2 |
* | Rename state_manager -> save_manager since the term "state" is overloaded. |  Aaron Giles | 2011-04-20 | 1 | -1/+1 |
* | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -1/+1 |
* | Created new enum type address_spacenum for specifying an address |  Aaron Giles | 2011-03-27 | 1 | -9/+9 |
* | Get rid of state_save_register_device_* macros in favor of direct |  Aaron Giles | 2011-02-09 | 1 | -24/+24 |
* | Moved the state saving system to C++. For now the registration macros |  Aaron Giles | 2011-02-08 | 1 | -1/+1 |
* | G65816: fixed operation on PowerPC Linux where char is unsigned [R. Belmont, ... |  R. Belmont | 2011-02-07 | 1 | -1/+1 |
* | running_device -> device_t |  Aaron Giles | 2010-12-31 | 2 | -3/+3 |
* | Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly |  Aaron Giles | 2010-08-19 | 1 | -3/+3 |
* | Replace "const address_space" with "address_space" throughout the system. |  Aaron Giles | 2010-08-19 | 1 | -1/+1 |
* | Created CPU-specific device types for all CPUs, using new macros |  Aaron Giles | 2010-07-03 | 2 | -7/+7 |
* | Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. |  Aaron Giles | 2010-06-17 | 2 | -2/+2 |
* | Regression fixes: |  Aaron Giles | 2010-06-14 | 1 | -1/+2 |
* | Change cpu execute function to just use the icount stuffed by |  Aaron Giles | 2010-06-09 | 1 | -1/+1 |
* | Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. |  Aaron Giles | 2010-06-08 | 2 | -3/+3 |
* | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 3 | -13/+12 |
* | Fixed RTL opcode in-bank issue in the G65816 CPU core [Angelo Salese] |  Angelo Salese | 2010-04-10 | 1 | -2/+2 |