| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move all devices into separate part of src tree (nw) |  Miodrag Milanovic | 2015-09-13 | 11 | -5340/+0 |
| * | Simple LTO warning fixes (Part1) (nw) |  Cowering | 2015-05-24 | 1 | -3/+3 |
| * | Thanks to Karl Stenerud his cores are now BSD3 (nw) |  Miodrag Milanovic | 2015-05-12 | 11 | -42/+22 |
| * | Added dummy license headers for EMU section (nw) |  Miodrag Milanovic | 2015-05-07 | 11 | -0/+22 |
| * | moved all to std::string (nw) |  Miodrag Milanovic | 2015-04-22 | 2 | -3/+3 |
| * | string -> str rename due to future conflicts (nw) |  Miodrag Milanovic | 2015-04-12 | 2 | -3/+3 |
| * | 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 |