index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
emu
/
cpu
/
powerpc
Commit message (
Expand
)
Author
Age
Files
Lines
*
oops (nw)
Olivier Galibert
2015-01-25
1
-2
/
+2
*
fixed unterminated strings in powerpc debugger (nw)
Oliver Stöneberg
2015-01-24
1
-0
/
+2
*
Cleanups and version bump
mame0156
Miodrag Milanovic
2014-11-26
1
-1
/
+1
*
added command-line option -[no]drc_log_native to control DRC native diassembl...
Oliver Stöneberg
2014-11-07
3
-6
/
+2
*
added command-line option -[no]drc_log_uml to control DRC UML disassembly log...
Oliver Stöneberg
2014-11-07
3
-9
/
+6
*
fix line endings, hopefully (nw)
cracyc
2014-10-25
2
-155
/
+155
*
ppc: converted remaining callbacks to delegates (nw)
Osso
2014-10-25
2
-170
/
+155
*
powerpc: fix unaligned 64-bit accesses (nw)
Ville Linde
2014-10-01
1
-0
/
+2
*
powerpc: Fixed wrong condition register in stwcx. (nw)
Ville Linde
2014-09-28
1
-1
/
+1
*
fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn...
Oliver Stöneberg
2014-09-08
1
-4
/
+0
*
fix
Miodrag Milanovic
2014-07-22
1
-3
/
+3
*
More cleanups, there is issue with srcclean that needs to be taken care as we...
Miodrag Milanovic
2014-07-22
1
-4
/
+4
*
Cleanups and version bump
Miodrag Milanovic
2014-07-22
2
-4
/
+2
*
powerpc: Modernised cpu core (nw)
Wilbert Pol
2014-06-30
7
-3138
/
+2931
*
removed usage of legacy IRQ callback (nw)
Miodrag Milanovic
2014-04-29
4
-5
/
+5
*
did same for PPC (nw)
Miodrag Milanovic
2014-04-28
4
-15
/
+92
*
Moved eminline and related files into /src/osd since it's system related (nw)
Miodrag Milanovic
2014-04-16
4
-28
/
+28
*
Cleanups and version bump
mame0153
Miodrag Milanovic
2014-04-07
1
-2
/
+2
*
using delegates instead of read/write_device_func in ppc core (nw)
Miodrag Milanovic
2014-04-01
3
-11
/
+30
*
ppc *.c -> *.inc renaming
Oliver Stöneberg
2014-03-19
6
-5
/
+5
*
second round of clang 3.4 fixes for MESS (nw)
Oliver Stöneberg
2014-02-20
1
-0
/
+4
*
ppccom.c - Fix and simplify PPC4xx DMA interrupt logic. Fixes goal animations...
Phil Bennett
2013-11-01
2
-24
/
+24
*
Bulk convert files that already had standard BSD license in my name
Aaron Giles
2013-10-16
5
-70
/
+10
*
Added command line option to force DRC C backend [Miodrag Milanovic]
Miodrag Milanovic
2013-08-27
1
-3
/
+0
*
added missing short names to legacy devices and added validation that short n...
Miodrag Milanovic
2013-08-23
3
-0
/
+19
*
output of new srcclean changes that are relatively small [smf]
smf-
2013-01-11
5
-30
/
+0
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
16
-4714
/
+4709
*
Since nobody checks for NULLs anyway, make
Aaron Giles
2012-09-19
2
-8
/
+8
*
Memory handler normalization, part 2. Change legacy
Aaron Giles
2012-09-17
4
-56
/
+56
*
Memory handler normalization, part 1.
Aaron Giles
2012-09-17
1
-2
/
+2
*
Clean-ups and version bump
mame0147
Miodrag Milanovic
2012-09-17
2
-3
/
+3
*
Final round of struct/union/enum normalization.
Aaron Giles
2012-09-16
2
-4
/
+3
*
Enum and union normalization.
Aaron Giles
2012-09-16
1
-4
/
+4
*
Pass 2 of struct modernization.
Aaron Giles
2012-09-15
2
-12
/
+12
*
First pass at modernizing struct definitions.
Aaron Giles
2012-09-15
3
-12
/
+6
*
added missing \n to some fatalerror() calls (no whatsnew)
Oliver Stöneberg
2012-09-07
9
-37
/
+37
*
PowerPC: 100% pass of integer portion of PPCTorture on all DRC backends. [R. ...
R. Belmont
2012-09-07
1
-4
/
+37
*
DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew)
Miodrag Milanovic
2012-09-03
3
-62
/
+62
*
PowerPC: Fixed 601-type BAT processing [R. Belmont]
R. Belmont
2012-09-03
1
-5
/
+5
*
ppc: Implemented PPC403 DMA chaining [Ville Linde]
Ville Linde
2012-09-02
3
-91
/
+198
*
PowerPC: fix CMP/CMPI instructions; they were behaving as CMPL/CMPLI and gene...
R. Belmont
2012-08-19
1
-2
/
+2
*
PPC: fix SRAW behavior with C backend. x86/x64 BEs need work to pass. [R. Be...
R. Belmont
2012-08-17
1
-15
/
+29
*
ppc: Added callbacks for buffered external DMAs. [Ville Linde]
Ville Linde
2012-07-30
3
-1
/
+125
*
Clean-ups and version bump
Miodrag Milanovic
2012-07-30
1
-4
/
+4
*
ppc: Better fix for dword aligned 64-bit accesses. (nw)
Ville Linde
2012-07-26
1
-11
/
+18
*
ppc: Changed cap flags to UINT32 for future additions. (nw)
Ville Linde
2012-07-25
3
-5
/
+6
*
ppc: Exposed segment registers to the debugger.
Ville Linde
2012-07-25
2
-1
/
+69
*
ppc: Added optional callback for explicit data cache stores.
Ville Linde
2012-07-25
4
-0
/
+35
*
ppcdrc.c: Split up dword-aligned 64-bit accesses to 32-bits. (nw)
Ville Linde
2012-07-23
1
-0
/
+24
*
ppcfe.c: PPC4xx supports EIEIO. (nw)
Ville Linde
2012-07-11
1
-1
/
+1
[next]