index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
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
/
arm7
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move all devices into separate part of src tree (nw)
Miodrag Milanovic
2015-09-13
10
-10898
/
+0
*
blame balrog for this :) (NW)
Cowering
2015-07-08
3
-4
/
+4
*
memory: Remove support for decrypted bases, use an address space instead [O. ...
Olivier Galibert
2015-06-24
2
-7
/
+7
*
Got answer from Steve Ellenoff (nw)
Miodrag Milanovic
2015-05-30
10
-82
/
+10
*
Sorted out cpu cores (nw)
Miodrag Milanovic
2015-05-13
7
-6
/
+8
*
Updated licenses on Ryan Holtz request (nw)
Miodrag Milanovic
2015-05-09
3
-1
/
+5
*
Added dummy license headers for EMU section (nw)
Miodrag Milanovic
2015-05-07
7
-0
/
+14
*
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
*
fix up comments (nw)
arbee
2015-03-25
1
-2
/
+1
*
arm7: STM decrementing mode actually writes in incrementing mode on real h/w....
arbee
2015-03-25
1
-6
/
+19
*
added command-line option -[no]drc_log_native to control DRC native diassembl...
Oliver Stöneberg
2014-11-07
1
-5
/
+1
*
added command-line option -[no]drc_log_uml to control DRC UML disassembly log...
Oliver Stöneberg
2014-11-07
1
-7
/
+4
*
fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn...
Oliver Stöneberg
2014-09-08
2
-9
/
+0
*
arm7: Added Thumb version of BLX. [R. Belmont]
R. Belmont
2014-05-14
2
-1
/
+23
*
fixed usage of uninitialized members in arm7_cpu_device (nw)
Oliver Stöneberg
2014-04-24
1
-0
/
+4
*
Moved eminline and related files into /src/osd since it's system related (nw)
Miodrag Milanovic
2014-04-16
1
-1
/
+1
*
renamed a few more files from *.c to *.inc
Oliver Stöneberg
2014-03-19
4
-6
/
+6
*
removed left-over legacy_cpu_device usage from src/emu/cpu/arm7/arm7core.h (nw)
Oliver Stöneberg
2014-03-11
1
-1
/
+0
*
(MESS) Fixed MT005469
Wilbert Pol
2014-02-24
1
-1
/
+2
*
More "old GCC" fixups (nw)
R. Belmont
2013-11-16
1
-4
/
+4
*
Added command line option to force DRC C backend [Miodrag Milanovic]
Miodrag Milanovic
2013-08-27
1
-3
/
+0
*
removed some unused device_irq_acknowledge_callback occurrances (nw)
Oliver Stöneberg
2013-08-21
2
-2
/
+0
*
Skeleton for Sharp Zaurus (4th generation HW), blinks at Arbee
Angelo Salese
2013-08-15
1
-1
/
+4
*
Cleanups and version bump
mame0149u1
Miodrag Milanovic
2013-07-23
6
-21
/
+18
*
do not use space in shortnames (nw)
Miodrag Milanovic
2013-07-07
1
-1
/
+1
*
Fix compile
Angelo Salese
2013-07-07
1
-1
/
+1
*
arm7.c: Modernized cpu core. (nw)
Wilbert Pol
2013-07-04
11
-3776
/
+3111
*
Removed unneeded file (nw)
Wilbert Pol
2013-06-29
1
-1
/
+0
*
arm7dasm.c: tiny fix for undefined shift behavior (nw)
Wilbert Pol
2013-02-11
1
-1
/
+1
*
Cleanups and version bump
mame0148u1
Miodrag Milanovic
2013-02-11
4
-569
/
+569
*
arm7ops.c: Fix SMULW, SMLAW opcodes [MooglyGuy]
Ryan Holtz
2013-02-07
2
-62
/
+40
*
arm7ops.c: Fix SMLAL opcode. [MooglyGuy]
Ryan Holtz
2013-02-07
2
-81
/
+31
*
arm7ops.c: Fixed behavior of SMLAxy opcode. [MooglyGuy]
Ryan Holtz
2013-02-07
2
-44
/
+504
*
arm.c: Add fine page table lvl2 lookup, fixes ldrink fatalerror. [MooglyGuy]
Ryan Holtz
2013-02-06
3
-4
/
+46
*
arm7 drc checkpoint, nw
Ryan Holtz
2013-02-05
5
-806
/
+2332
*
checkpoint (nw)
Ryan Holtz
2013-02-04
10
-832
/
+2960
*
output of new srcclean changes that are relatively small [smf]
smf-
2013-01-11
4
-12
/
+1
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
8
-2764
/
+2761
*
removed unreachable code detected by cppcheck (nw)
Oliver Stöneberg
2012-12-25
1
-2
/
+0
*
Since nobody checks for NULLs anyway, make
Aaron Giles
2012-09-19
2
-2
/
+2
*
Memory handler normalization, part 1.
Aaron Giles
2012-09-17
2
-6
/
+6
*
Clean-ups and version bump
mame0147
Miodrag Milanovic
2012-09-17
1
-1
/
+1
*
Pass 2 of struct modernization.
Aaron Giles
2012-09-15
1
-2
/
+2
*
added missing \n to some fatalerror() calls (no whatsnew)
Oliver Stöneberg
2012-09-07
2
-8
/
+8
*
DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew)
Miodrag Milanovic
2012-09-03
1
-22
/
+22
*
fixed some unread variable warnings reported by clang (no whatsnew)
Oliver Stöneberg
2012-08-09
1
-5
/
+0
*
Renamed device_irq_callback to device_irq_acknowledge_callback to
Aaron Giles
2012-04-10
2
-2
/
+2
*
ARM7: for v5 and later, Thumb POP can return to ARM mode [R. Belmont]
R. Belmont
2012-03-21
1
-1
/
+23
*
Clean-ups and version bump
mame0144u7
Angelo Salese
2012-01-29
1
-1
/
+1
[next]