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
/
sh4
Commit message (
Expand
)
Author
Age
Files
Lines
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-1
/
+1
*
Cleanups and version bump.
mame0142
Aaron Giles
2011-04-03
1
-2
/
+2
*
Remove redundant item cpu from address_space, in favor of
Aaron Giles
2011-03-29
1
-4
/
+4
*
BIG update.
Aaron Giles
2011-03-29
2
-13
/
+13
*
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
-2
/
+2
*
Get rid of state_save_register_device_* macros in favor of direct
Aaron Giles
2011-02-09
1
-64
/
+64
*
As promised, the bulk update of timer calls:
Aaron Giles
2011-02-06
2
-21
/
+21
*
Convert emu_timers to objects. Move implementation and management of
Aaron Giles
2011-02-06
1
-4
/
+4
*
Attotime bulk conversion step:
Aaron Giles
2011-02-03
2
-15
/
+15
*
Converted attotime to a class, with proper operators. Removed old
Aaron Giles
2011-02-03
1
-5
/
+5
*
Cleanups and version bump.
mame0141u1
Aaron Giles
2011-01-24
2
-6
/
+6
*
Add SHOW_AARON_BUG as threatened (no whatsnew)
R. Belmont
2011-01-23
1
-1
/
+18
*
SH4: Port preliminary SH3 support from DRC. [R. Belmont]
R. Belmont
2011-01-16
3
-1
/
+32
*
SH4: cleanup and better common/interpreter separation [R. Belmont]
R. Belmont
2011-01-16
5
-73
/
+189
*
running_device -> device_t
Aaron Giles
2010-12-31
4
-12
/
+12
*
Add directxor parameter to direct memory accessors. Update all callers
Aaron Giles
2010-12-31
1
-2
/
+2
*
Remove final set of legacy inlines from memory.h. Mostly affects CPU
Aaron Giles
2010-08-19
2
-2
/
+4
*
Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly
Aaron Giles
2010-08-19
2
-31
/
+31
*
Replace "const address_space" with "address_space" throughout the system.
Aaron Giles
2010-08-19
1
-3
/
+3
*
Created CPU-specific device types for all CPUs, using new macros
Aaron Giles
2010-07-03
4
-290
/
+289
*
Remove the following functions:
Aaron Giles
2010-07-01
1
-1
/
+1
*
Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device.
Aaron Giles
2010-06-17
3
-3
/
+3
*
Change cpu execute function to just use the icount stuffed by
Aaron Giles
2010-06-09
1
-4
/
+4
*
Changed CPU callbacks to use cpu_device, eliminating a bunch of casting.
Aaron Giles
2010-06-08
2
-8
/
+8
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
3
-16
/
+14
*
Made device->tag and devconfig->tag into private member variables (m_tag).
Aaron Giles
2010-03-08
1
-9
/
+9
*
Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify
Aaron Giles
2010-01-21
1
-11
/
+11
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
4
-14
/
+14
*
Within src/emu, basic conversions:
Aaron Giles
2010-01-12
1
-6
/
+6
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
4
-11
/
+12
*
Cleaned up braces in the code so that they are properly balanced. [Atari Ace]
Aaron Giles
2009-12-28
1
-1
/
+1
*
Results of running the latest srcclean.
Aaron Giles
2009-12-28
2
-201
/
+201
*
> -----Original Message-----
Aaron Giles
2009-10-03
2
-3
/
+1
*
> -----Original Message-----
Aaron Giles
2009-09-24
2
-63
/
+15
*
Added infrastructure to compile universal standalone disassembler:
Aaron Giles
2009-08-22
2
-5
/
+8
*
Another step. Moved the address-space related get_info constants
Aaron Giles
2009-07-08
1
-6
/
+6
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2009-05-15
1
-3
/
+3
*
Added a work-around for the UART FIFO read only status register on the SH-4 t...
Angelo Salese
2009-05-09
1
-0
/
+4
*
Bulk change alert.
Aaron Giles
2009-04-26
1
-1
/
+1
*
Deprecated device_set_info. Almost all devices had a NULL or empty
Aaron Giles
2009-04-23
4
-29
/
+20
*
Cleanups and version bump.
mame0130u2
Aaron Giles
2009-03-28
3
-12
/
+12
*
crude 'good enough for naomi gd-rom' MMU implementation
davidhay
2009-03-25
3
-10
/
+110
*
Added a preliminary implementation for the SLEEP opcode in SH-4 cpu. This fix...
Angelo Salese
2009-03-24
3
-3
/
+16
*
fatalerror if the SH4 mmu is turned on.
davidhay
2009-03-21
1
-0
/
+6
*
CPU cores now compile cleanly.
Aaron Giles
2009-03-15
2
-11
/
+20
*
Moved some of the CPU cores over to use get_safe_token like other devices.
Aaron Giles
2009-03-12
1
-6
/
+15
*
02765: all naomi.c sets: Assertion
Aaron Giles
2008-12-26
2
-4
/
+4
*
CPU interface organization shuffle. The file cpuintrf.h now merely
Aaron Giles
2008-12-22
1
-6
/
+6
*
More cleanup. Added address-space-specific constants for the various
Aaron Giles
2008-12-20
1
-11
/
+11
[next]