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
/
i8008
Commit message (
Expand
)
Author
Age
Files
Lines
*
Marking some of my core files (nw)
Miodrag Milanovic
2013-10-16
3
-4
/
+6
*
did modern cpu cores as well (nw)
Miodrag Milanovic
2013-06-21
1
-1
/
+1
*
pass this instead of NULL and options instead of 0 in the class based cpu cor...
smf-
2013-03-06
1
-1
/
+1
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
3
-80
/
+80
*
Since nobody checks for NULLs anyway, make
Aaron Giles
2012-09-19
1
-2
/
+2
*
Clean-ups and version bump
mame0146u1
Miodrag Milanovic
2012-06-11
2
-9
/
+9
*
update from mess (nw)
Miodrag Milanovic
2012-05-28
1
-1
/
+1
*
Modernized i8008 CPU core [Lukasz Markowski]
Miodrag Milanovic
2012-05-28
2
-493
/
+536
*
Renamed device_irq_callback to device_irq_acknowledge_callback to
Aaron Giles
2012-04-10
1
-1
/
+1
*
Added a way to handle output for debug messages and debugger itself into octa...
Miodrag Milanovic
2011-10-04
1
-0
/
+2
*
Cleanups and version bump.
mame0142
Aaron Giles
2011-04-03
1
-2
/
+2
*
Created new enum type address_spacenum for specifying an address
Aaron Giles
2011-03-27
1
-9
/
+9
*
Get rid of state_save_register_device_* macros in favor of direct
Aaron Giles
2011-02-09
1
-23
/
+23
*
running_device -> device_t
Aaron Giles
2010-12-31
1
-1
/
+1
*
Remove final set of legacy inlines from memory.h. Mostly affects CPU
Aaron Giles
2010-08-19
1
-2
/
+4
*
Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly
Aaron Giles
2010-08-19
1
-4
/
+4
*
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
-4
/
+4
*
Added many instances of missing static and const qualifiers to MAME, and disa...
Scott Stone
2010-06-17
1
-2
/
+2
*
Cleanups and version bump.
Aaron Giles
2010-06-17
1
-1
/
+1
*
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
-4
/
+4
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
2
-59
/
+67
*
Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify
Aaron Giles
2010-01-21
1
-9
/
+9
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
1
-2
/
+2
*
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
-2
/
+2
*
Results of running the latest srcclean.
Aaron Giles
2009-12-28
2
-30
/
+30
*
Cleanups and version bump.
mame0135u2
Aaron Giles
2009-11-30
1
-1
/
+1
*
CF clear after binary operations on Intel 8008 CPU core
Miodrag Milanovic
2009-11-26
1
-2
/
+9
*
Added Intel 8008 and National Semiconductor SC/MP CPU cores
Miodrag Milanovic
2009-11-23
3
-0
/
+858