| Commit message (Expand) | Author | Age | Files | Lines |
* | rename functions with upper case names to lower case to avoid #define collisi... |  smf- | 2014-01-22 | 2 | -784/+774 |
* | replaced #defines with inline functions (nw) |  smf- | 2014-01-21 | 3 | -1620/+2047 |
* | moved contents of .inc into .c to removed #define pollution when including h6... |  smf- | 2014-01-21 | 3 | -353/+408 |
* | did modern cpu cores as well (nw) |  Miodrag Milanovic | 2013-06-21 | 1 | -1/+1 |
* | Renamed one more include of .c in h file, and updated makemak (nw) |  Miodrag Milanovic | 2013-06-18 | 2 | -1/+1 |
* | no idea why these used CPU_DISASSEMBLE but didn't use CPU_DISASSEMBLE_NAME fo... |  smf- | 2013-03-06 | 1 | -1/+1 |
* | output of new srcclean changes that are relatively small [smf] |  smf- | 2013-01-11 | 2 | -7/+3 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 5 | -983/+983 |
* | Some information for PoP |  Angelo Salese | 2013-01-04 | 1 | -1/+1 |
* | And I missed the PC (nw) |  R. Belmont | 2013-01-04 | 1 | -1/+1 |
* | h6280: remove extraneous colons from register names, makes debugger syntax to... |  R. Belmont | 2013-01-04 | 1 | -19/+19 |
* | h6280: fix disassembler hookup [R. Belmont] |  R. Belmont | 2012-12-27 | 1 | -1/+1 |
* | (nw) Fix compile error on some compilers. Should hopefully improve pce, sgx, ... |  Ryan Holtz | 2012-12-25 | 1 | -2/+2 |
* | (nw) Just in case... |  Ryan Holtz | 2012-12-25 | 1 | -0/+1 |
* | - h6280.c: Modernized the H6280 core. |  Ryan Holtz | 2012-12-23 | 4 | -636/+781 |
* | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 1 | -4/+4 |
* | Memory handler cleanup 3. Add mem_mask parameter |  Aaron Giles | 2012-09-17 | 1 | -4/+4 |
* | Memory handler normalization, part 2. Change legacy |  Aaron Giles | 2012-09-17 | 1 | -4/+4 |
* | 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 |
* | DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) |  Miodrag Milanovic | 2012-09-03 | 1 | -15/+15 |
* | Renamed device_irq_callback to device_irq_acknowledge_callback to |  Aaron Giles | 2012-04-10 | 2 | -2/+2 |
* | prevent possibility of out of bounds array access, this fixes a crash in deco... |  Michaƫl Banaan Ananas | 2012-01-14 | 1 | -1/+1 |
* | Remove redundant item cpu from address_space, in favor of |  Aaron Giles | 2011-03-29 | 1 | -4/+4 |
* | Created new enum type address_spacenum for specifying an address |  Aaron Giles | 2011-03-27 | 1 | -10/+10 |
* | Get rid of state_save_register_device_* macros in favor of direct |  Aaron Giles | 2011-02-09 | 1 | -23/+23 |
* | running_device -> device_t |  Aaron Giles | 2010-12-31 | 2 | -5/+5 |
* | Removed a misleading warning message, this is already supported by the CPU co... |  Angelo Salese | 2010-09-13 | 1 | -2/+1 |
* | Fixed a bogus Hu6280 CPU core bug with timer latch division values readings [... |  Angelo Salese | 2010-09-07 | 1 | -2/+2 |
* | Remove final set of legacy inlines from memory.h. Mostly affects CPU |  Aaron Giles | 2010-08-19 | 3 | -2/+5 |
* | Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly |  Aaron Giles | 2010-08-19 | 1 | -15/+15 |
* | Replace "const address_space" with "address_space" throughout the system. |  Aaron Giles | 2010-08-19 | 1 | -2/+2 |
* | Created CPU-specific device types for all CPUs, using new macros |  Aaron Giles | 2010-07-03 | 2 | -5/+4 |
* | Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. |  Aaron Giles | 2010-06-17 | 2 | -2/+2 |
* | Change cpu execute function to just use the icount stuffed by |  Aaron Giles | 2010-06-09 | 1 | -4/+0 |
* | Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. |  Aaron Giles | 2010-06-08 | 2 | -6/+6 |
* | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 2 | -14/+13 |
* | Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify |  Aaron Giles | 2010-01-21 | 1 | -9/+9 |
* | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 2 | -6/+6 |
* | Within src/emu, basic conversions: |  Aaron Giles | 2010-01-12 | 1 | -4/+4 |
* | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 3 | -2/+2 |
* | gcc 4.5.0 compilation fixes. |  Aaron Giles | 2009-12-29 | 1 | -6/+6 |
* | Results of running the latest srcclean. |  Aaron Giles | 2009-12-28 | 3 | -38/+38 |
* | > -----Original Message----- |  Aaron Giles | 2009-10-21 | 1 | -2/+0 |
* | Another step. Moved the address-space related get_info constants |  Aaron Giles | 2009-07-08 | 1 | -6/+6 |
* | CPU cores now compile cleanly. |  Aaron Giles | 2009-03-15 | 2 | -4/+0 |
* | Moved some of the CPU cores over to use get_safe_token like other devices. |  Aaron Giles | 2009-03-12 | 1 | -8/+17 |
* | Ok, this is The Big One. |  Aaron Giles | 2009-02-11 | 2 | -4/+4 |
* | From: Oliver Stoeneberg [mailto:oliverst@online.de] |  Aaron Giles | 2009-01-14 | 1 | -2/+2 |
* | More cleanup. Added address-space-specific constants for the various |  Aaron Giles | 2008-12-20 | 1 | -10/+10 |