summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu (follow)
Commit message (Expand)AuthorAgeFilesLines
* Spacing and version bump.mame0123u3 Aaron Giles2008-02-283-31/+31
* From: Wilbert Pol [mailto:wilbert@jdg.info] Aaron Giles2008-02-286-3602/+9082
* - Backs out BITMAP8 removal from most places. Zsolt Vasvari2008-02-241-1/+1
* Different fix for X the Ball sound. Pulse no longer works for the 34010. Undi... Aaron Giles2008-02-241-2/+0
* Removes 8-bit bitmap support and converts all previously 8-bit bitmaps to 16-bit Zsolt Vasvari2008-02-241-1/+1
* This fixes the DAC sound in X The Ball that got broken in 114u2. Not 100% if... Zsolt Vasvari2008-02-241-0/+2
* Makefile & build system update: Couriersud2008-02-211-1/+4
* Cleanups and version bump for 0.123u2.mame0123u2 Aaron Giles2008-02-211-25/+25
* [SH4] Added missing SH4 instructions and bugfixed the FPU R. Belmont2008-02-203-98/+205
* Added i8749 CPU type for MESS. Curt Coder2008-02-193-2/+54
* From Atari Ace: Zsolt Vasvari2008-02-182-3/+3
* [ARM7] Fixed unaligned 32-bit reads. R. Belmont2008-02-171-1/+1
* changed IREM cpu decryption to be 'real-time' (it's a feature of the CPU) davidhay2008-02-173-36/+86
* cosmetics Laurent Desnogues2008-02-171-1268/+1279
* cosmetics Laurent Desnogues2008-02-163-1049/+1049
* Added missing #include Nathan Woods2008-02-151-0/+1
* Cleaned up silly comments Aaron Giles2008-02-151-2/+2
* Cleanups and version bump for 0.123u1.mame0123u1 Aaron Giles2008-02-131-3/+3
* - ARM ldm/stm ignore lower bits of the address Laurent Desnogues2008-02-101-5/+13
* - Thumb ASR Rd,Rs: correct carry computation Laurent Desnogues2008-02-101-17/+28
* - correct mode at reset (it's always 0b1....) Laurent Desnogues2008-02-091-23/+17
* Naomi/DC updates: R. Belmont2008-02-092-18/+106
* Split timer_adjust() into timer_adjust_oneshot() and timer_adjust_periodic(). Aaron Giles2008-02-0611-72/+72
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-02-0511-194/+194
* [ARM7] Fixed PSR transfers. R. Belmont2008-02-031-2/+2
* better info reguarding the Z180 & HD74180 Brian Troha2008-02-031-1/+6
* Adds a little info about available Z180 models with speed and compatible chips Brian Troha2008-02-031-0/+28
* Cleanups/version bump.mame0122u8 Aaron Giles2008-02-031-10/+10
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-02-033-3/+3
* - New game: Puzzlet (NOT_WORKING) Luca Elia2008-02-024-73/+770
* Changed debugger-related code to be based off a new makefile define (DEBUGGER... Aaron Giles2008-02-02162-534/+533
* * Improved Lock-On by a fair bit and added an alternate set. Phil Bennett2008-02-022-6/+18
* - Fixes reset crashes in all Z180 games. Not sure if there is a bug ID for this Zsolt Vasvari2008-01-314-360/+53
* Removed distinction between *_gettotalcycles() and *_gettotalcycles64(). Aaron Giles2008-01-296-21/+21
* build environment: Couriersud2008-01-271-3/+6
* Fixed compilation when X86_MIPS3_DRC is not defined Zsolt Vasvari2008-01-251-2/+1
* Corrected previous timer fix to use more accurate IE SFRs. Jim Stolis2008-01-251-1/+1
* ppc.c: Couriersud2008-01-251-0/+1
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-2579-37/+96
* From: Wilbert Pol [mailto:w.pol@tiscali.nl] Aaron Giles2008-01-251-21/+37
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-01-242-3/+4
* - Changed cpunum_set_input_line* functions to take running_machine as an argu... Zsolt Vasvari2008-01-2410-14/+14
* First in a series of updates to remove the use of the global Machine from as ... Zsolt Vasvari2008-01-243-10/+10
* Credit to SGINut. Ryan Holtz2008-01-242-14/+34
* Note: Removing the static qualifier on vi_width is necessary for PIN64 captur... Ryan Holtz2008-01-222-10/+7
* Fixed timers from firing when not enabled. Checking TCON alone is not enough ... Jim Stolis2008-01-211-1/+1
* fixed VRCP instruction to match the real hardware results Nicola Salmoria2008-01-211-15/+42
* - Fixed saving callbacks across a reset Zsolt Vasvari2008-01-212-0/+11
* (From Atari Ace) Aaron Giles2008-01-191-0/+1
* Marked HD6309 as divide-by-4 internally. Aaron Giles2008-01-181-1/+1