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
/
tms0980
Commit message (
Expand
)
Author
Age
Files
Lines
*
running_device -> device_t
Aaron Giles
2010-12-31
1
-2
/
+2
*
Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly
Aaron Giles
2010-08-19
1
-7
/
+7
*
Replace "const address_space" with "address_space" throughout the system.
Aaron Giles
2010-08-19
1
-2
/
+2
*
Created CPU-specific device types for all CPUs, using new macros
Aaron Giles
2010-07-03
2
-23
/
+23
*
Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device.
Aaron Giles
2010-06-17
1
-2
/
+2
*
Change cpu execute function to just use the icount stuffed by
Aaron Giles
2010-06-09
1
-4
/
+0
*
Changed CPU callbacks to use cpu_device, eliminating a bunch of casting.
Aaron Giles
2010-06-08
1
-7
/
+7
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-10
/
+9
*
Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify
Aaron Giles
2010-01-21
1
-6
/
+6
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
1
-4
/
+4
*
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
3
-1
/
+2
*
Cleaned-up several drivers; added missing prototypes and removed dead ones,
Phil Bennett
2009-12-08
1
-1
/
+0
*
> From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2009-09-10
1
-1
/
+1
*
Cleanups and version bump.
mame0133u3
Aaron Giles
2009-08-21
1
-1
/
+1
*
Added support TMS1000 family models TMS1000/1070/1100/1200/1270/1300.
Wilbert Pol
2009-08-20
3
-226
/
+809
*
Added some missing casts and other minor tweaks.
Aaron Giles
2009-08-19
1
-2
/
+2
*
Another step. Moved the address-space related get_info constants
Aaron Giles
2009-07-08
1
-14
/
+14
*
Cleanups and version bump.
mame0132u3
Aaron Giles
2009-07-02
1
-33
/
+33
*
Some small tms0980 bug fixes.
Wilbert Pol
2009-06-28
1
-14
/
+20
*
Added TMS0980 cpu core.
Wilbert Pol
2009-06-26
3
-0
/
+1088