| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanups and version bumpmame0143u5 |  Angelo Salese | 2011-09-06 | 2 | -19/+19 |
* | (temp?) revert cause release is near |  Michaël Banaan Ananas | 2011-09-06 | 1 | -0/+3 |
* | (rm old hack) |  Michaël Banaan Ananas | 2011-09-06 | 1 | -3/+1 |
* | cpu only continues when an interrupt is actually executed (handled in m37710i... |  Michaël Banaan Ananas | 2011-09-06 | 1 | -9/+6 |
* | check interrupts after REP and CLI, and also after writing to interrupt regis... |  Michaël Banaan Ananas | 2011-09-05 | 2 | -39/+59 |
* | INT0/1/2 are also auto-cleared |  Michaël Banaan Ananas | 2011-09-05 | 2 | -9/+6 |
* | nevermind 2nd part of last commit, it was correct before |  Michaël Banaan Ananas | 2011-09-05 | 1 | -1/+1 |
* | - priority level of 0 means disabled interrupt |  Michaël Banaan Ananas | 2011-09-05 | 1 | -3/+3 |
* | timer irq "cpustate->m37710_regs[m37710_irq_levels[curirq]] |= 0x08;" is unne... |  Michaël Banaan Ananas | 2011-09-05 | 2 | -50/+24 |
* | (confusing use of 'fatal') |  Michaël Banaan Ananas | 2011-09-05 | 1 | -2/+2 |
* | m377xx: fixed interrupt flags for internal peripherals, corrected BBC/BBS whe... |  R. Belmont | 2011-09-05 | 2 | -60/+60 |
* | m37710: pass program bank to debugger hook so breakpoints work outside of ban... |  R. Belmont | 2011-09-05 | 1 | -1/+1 |
* | OP_MPY: fix N flag on 32bit (int -> UINT32) |  Michaël Banaan Ananas | 2011-09-04 | 1 | -20/+24 |
* | minor optimization |  Michaël Banaan Ananas | 2011-09-04 | 1 | -26/+10 |
* | Proper bracing (nw) |  R. Belmont | 2011-09-03 | 1 | -44/+44 |
* | m377xx: proper cycle counts for PSH/PUL [R. Belmont] |  R. Belmont | 2011-09-03 | 1 | -44/+49 |
* | M37710: respect the restored mode bits for PUL [hap, R. Belmont] |  R. Belmont | 2011-09-03 | 1 | -71/+28 |
* | 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 |
* | Remove redundant item cpu from address_space, in favor of |  Aaron Giles | 2011-03-29 | 1 | -2/+2 |
* | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -2/+2 |
* | Created new enum type address_spacenum for specifying an address |  Aaron Giles | 2011-03-27 | 1 | -13/+13 |
* | Added device_t::memory() to fetch a reference to the memory interface, |  Aaron Giles | 2011-03-27 | 1 | -1/+1 |
* | Get rid of state_save_register_device_* macros in favor of direct |  Aaron Giles | 2011-02-09 | 1 | -40/+40 |
* | Moved the state saving system to C++. For now the registration macros |  Aaron Giles | 2011-02-08 | 1 | -18/+10 |
* | As promised, the bulk update of timer calls: |  Aaron Giles | 2011-02-06 | 1 | -3/+3 |
* | Convert emu_timers to objects. Move implementation and management of |  Aaron Giles | 2011-02-06 | 1 | -1/+1 |
* | Converted attotime to a class, with proper operators. Removed old |  Aaron Giles | 2011-02-03 | 1 | -6/+6 |
* | running_device -> device_t |  Aaron Giles | 2010-12-31 | 1 | -1/+1 |
* | Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly |  Aaron Giles | 2010-08-19 | 2 | -39/+39 |
* | Replace "const address_space" with "address_space" throughout the system. |  Aaron Giles | 2010-08-19 | 1 | -2/+2 |
* | Remove the global clock accessors and cpu_* aliases: |  Aaron Giles | 2010-07-07 | 1 | -2/+2 |
* | Created CPU-specific device types for all CPUs, using new macros |  Aaron Giles | 2010-07-03 | 3 | -8/+7 |
* | Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. |  Aaron Giles | 2010-06-17 | 1 | -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 | -4/+4 |
* | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 3 | -11/+10 |
* | Disable many unused variables as identifed by cppcheck. [Oliver Stöneberg] |  Scott Stone | 2010-04-23 | 1 | -2/+2 |
* | Added default nvram to Cyber Commando, and improved the default control mappi... |  Angelo Salese | 2010-03-17 | 1 | -2/+2 |
* | Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify |  Aaron Giles | 2010-01-21 | 1 | -12/+12 |
* | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 1 | -2/+2 |
* | Within src/emu, basic conversions: |  Aaron Giles | 2010-01-12 | 1 | -2/+2 |
* | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 7 | -4/+10 |
* | Make MSVC compile once again. |  Aaron Giles | 2010-01-04 | 1 | -1/+1 |
* | Cleaned up braces in the code so that they are properly balanced. [Atari Ace] |  Aaron Giles | 2009-12-28 | 1 | -17/+17 |
* | Results of running the latest srcclean. |  Aaron Giles | 2009-12-28 | 3 | -47/+47 |
* | M377xx: fix CLB/SEB when not in bank 0 |  R. Belmont | 2009-09-03 | 1 | -5/+5 |