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
/
hd61700
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move all devices into separate part of src tree (nw)
Miodrag Milanovic
2015-09-13
3
-3602
/
+0
*
more pedantic fixes (NW)
Cowering
2015-07-08
1
-1
/
+1
*
blame balrog for this :) (NW)
Cowering
2015-07-08
1
-1
/
+1
*
moved all to std::string (nw)
Miodrag Milanovic
2015-04-22
2
-5
/
+5
*
string -> str rename due to future conflicts (nw)
Miodrag Milanovic
2015-04-12
2
-3
/
+3
*
There is no implicit conversion to char* in std::string (nw)
Miodrag Milanovic
2015-04-12
1
-1
/
+1
*
Cleanups and version bump
mame0155
Miodrag Milanovic
2014-10-15
2
-3
/
+3
*
(MESS) hd61700: converted to use devcb callbacks instead of
Fabio Priuli
2014-10-12
2
-102
/
+75
*
various cpu cores: don't state save icount (nw)
Alex W. Jackson
2014-07-09
1
-2
/
+0
*
License tags. (nw)
Sandro Ronco
2013-10-26
3
-0
/
+6
*
did modern cpu cores as well (nw)
Miodrag Milanovic
2013-06-21
1
-1
/
+1
*
fixed uninitialized memory in src/emu/cpu/hd61700/hd61700.c (nw)
Oliver Stöneberg
2013-03-09
1
-4
/
+9
*
pass this instead of NULL and options instead of 0 in the class based cpu cor...
smf-
2013-03-06
1
-1
/
+1
*
fixed uninitialized variables in src/emu/cpu/hd61700/hd61700.c (nw)
Oliver Stöneberg
2013-02-22
1
-1
/
+5
*
output of new srcclean changes that are relatively small [smf]
smf-
2013-01-11
2
-3
/
+1
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
3
-373
/
+373
*
removed unreachable code detected by cppcheck (nw)
Oliver Stöneberg
2012-12-25
1
-1
/
+0
*
Since nobody checks for NULLs anyway, make
Aaron Giles
2012-09-19
1
-1
/
+1
*
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
*
cleanups and version bump
mame0144u3
Angelo Salese
2011-12-14
1
-1
/
+1
*
Removed partial frame hack from the core
Angelo Salese
2011-12-14
1
-1
/
+1
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
2
-138
/
+66
*
Created new enum type address_spacenum for specifying an address
Aaron Giles
2011-03-27
1
-1
/
+1
*
Removed short name as parameter from device_config this way it is not mandato...
Miodrag Milanovic
2011-02-11
1
-1
/
+1
*
- Added shortname to devices in order to make ROM loading per device possible...
Miodrag Milanovic
2011-02-10
1
-1
/
+1
*
Get rid of state_save_register_device_* macros in favor of direct
Aaron Giles
2011-02-09
1
-14
/
+14
*
As promised, the bulk update of timer calls:
Aaron Giles
2011-02-06
1
-1
/
+1
*
Convert emu_timers to objects. Move implementation and management of
Aaron Giles
2011-02-06
1
-1
/
+1
*
Attotime bulk conversion step:
Aaron Giles
2011-02-03
1
-1
/
+1
*
Fixing warning (it was a typo).
Fabio Priuli
2011-01-16
1
-1
/
+1
*
Some HD61700 fixes from MESS (no whatsnew)
Miodrag Milanovic
2011-01-10
2
-10
/
+10
*
Added HD61700 CPU core used for emulate Casio PB-1000/PB-2000c in MESS [Sandr...
Miodrag Milanovic
2011-01-06
3
-0
/
+3691