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
/
tms34010
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved the state saving system to C++. For now the registration macros
Aaron Giles
2011-02-08
1
-1
/
+1
*
As promised, the bulk update of timer calls:
Aaron Giles
2011-02-06
1
-7
/
+7
*
Convert emu_timers to objects. Move implementation and management of
Aaron Giles
2011-02-06
1
-5
/
+5
*
Attotime bulk conversion step:
Aaron Giles
2011-02-03
1
-1
/
+1
*
Converted attotime to a class, with proper operators. Removed old
Aaron Giles
2011-02-03
1
-2
/
+2
*
running_device -> device_t
Aaron Giles
2010-12-31
2
-8
/
+8
*
Remove final set of legacy inlines from memory.h. Mostly affects CPU
Aaron Giles
2010-08-19
2
-8
/
+11
*
Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly
Aaron Giles
2010-08-19
2
-16
/
+26
*
Replace "const address_space" with "address_space" throughout the system.
Aaron Giles
2010-08-19
3
-15
/
+15
*
Moved debugging structure away from CPUs only and attached to all
Aaron Giles
2010-07-06
1
-2
/
+2
*
Created CPU-specific device types for all CPUs, using new macros
Aaron Giles
2010-07-03
2
-11
/
+9
*
Remove most other instances of cpu_get_total_cycles.
Aaron Giles
2010-06-30
1
-2
/
+2
*
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
-6
/
+4
*
Changed CPU callbacks to use cpu_device, eliminating a bunch of casting.
Aaron Giles
2010-06-08
1
-6
/
+6
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
3
-136
/
+92
*
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
-3
/
+3
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
2
-14
/
+14
*
Within src/emu, basic conversions:
Aaron Giles
2010-01-12
1
-5
/
+5
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
5
-17
/
+14
*
Results of running the latest srcclean.
Aaron Giles
2009-12-28
5
-189
/
+189
*
Eliminated osd_cpu.h.
Aaron Giles
2009-10-12
2
-15
/
+14
*
Remove remaining references to machine->cpu[n]. Removed cpu[n] array.
Aaron Giles
2009-09-08
1
-1
/
+1
*
> From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2009-09-06
1
-1
/
+1
*
Another step. Moved the address-space related get_info constants
Aaron Giles
2009-07-08
1
-7
/
+7
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2009-05-15
1
-2
/
+2
*
Bulk change alert.
Aaron Giles
2009-04-26
1
-1
/
+1
*
CPU cores now compile cleanly.
Aaron Giles
2009-03-15
2
-23
/
+33
*
Removed device types from device queries that use tags, under the
Aaron Giles
2009-03-02
1
-1
/
+1
*
Modified the makefile to support experimental optional C++
Aaron Giles
2009-02-28
1
-1
/
+1
*
From: Duke [mailto:startaq@gmail.com]
Aaron Giles
2009-01-14
1
-4
/
+0
*
CPU interface organization shuffle. The file cpuintrf.h now merely
Aaron Giles
2008-12-22
1
-2
/
+2
*
Cleanups and version bump.
Aaron Giles
2008-12-22
2
-5
/
+5
*
More cleanup. Added address-space-specific constants for the various
Aaron Giles
2008-12-20
1
-39
/
+35
*
Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos.
Aaron Giles
2008-12-19
1
-9
/
+9
*
Cleaned up device and sound interfaces to match the CPU
Aaron Giles
2008-12-19
3
-134
/
+93
*
From: Atari Ace [atari_ace@verizon.net]
Aaron Giles
2008-12-17
1
-0
/
+2
*
Made CPUs into proper devices. CPUs are now added in the
Aaron Giles
2008-12-16
1
-27
/
+16
*
From: Atari Ace [atari_ace@verizon.net]
Aaron Giles
2008-12-14
3
-11
/
+11
*
Removed get context/set context calls from the CPU interface entirely.
Aaron Giles
2008-12-11
1
-4
/
+0
*
Here's the big one....
Aaron Giles
2008-12-11
1
-14
/
+0
*
Compile fix.
Aaron Giles
2008-12-09
1
-11
/
+0
*
Re-routed empty get/set context calls to the dummy CPU's, and removed them
Aaron Giles
2008-12-09
1
-14
/
+4
*
Minor cleanup for empty SET_CONTEXT handlers.
Aaron Giles
2008-12-09
1
-7
/
+2
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2008-12-07
1
-1
/
+0
*
Changed save state system to accept machine parameters where
Aaron Giles
2008-12-05
1
-16
/
+20
*
CPU_IS_LE -> ENDIANNESS_LITTLE
Aaron Giles
2008-12-04
1
-1
/
+1
*
Moves empty brackets to the same line as CPU_(GET|SET)_CONTEXT calls.
Andrew Gardner
2008-11-30
1
-6
/
+2
*
Removed more cpunum_get_active().
Aaron Giles
2008-11-26
1
-8
/
+8
[next]