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
/
m6800
/
m6800.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move all devices into separate part of src tree (nw)
Miodrag Milanovic
2015-09-13
1
-1817
/
+0
*
memory: Remove support for decrypted bases, use an address space instead [O. ...
Olivier Galibert
2015-06-24
1
-2
/
+17
*
All files now do have owner (nw)
Miodrag Milanovic
2015-05-21
1
-2
/
+2
*
Added dummy license headers for EMU section (nw)
Miodrag Milanovic
2015-05-07
1
-0
/
+2
*
moved all to std::string (nw)
Miodrag Milanovic
2015-04-22
1
-2
/
+2
*
string -> str rename due to future conflicts (nw)
Miodrag Milanovic
2015-04-12
1
-2
/
+2
*
fixed usage of uninitialized memory in m6800_cpu_device (nw)
Oliver Stöneberg
2014-10-26
1
-0
/
+1
*
fixed usage of uninitialized member in m6800_cpu_device (nw)
Oliver Stöneberg
2014-04-24
1
-0
/
+1
*
fixed usage of uninitialized members in m6800_cpu_device (nw)
Oliver Stöneberg
2014-04-24
1
-0
/
+4
*
more *.c -> *.inc renaming / added some missing dependencies in cpu.mak (nw)
Oliver Stöneberg
2014-03-19
1
-2
/
+2
*
Converted PIA6821 to DEVCB2 [smf]
smf-
2014-01-06
1
-0
/
+10
*
m6800.c: Initialize some more variables on startup (nw)
Wilbert Pol
2013-09-28
1
-0
/
+5
*
Cleanups and version bump
mame0150
Miodrag Milanovic
2013-09-17
1
-8
/
+7
*
m6800.c: Fixed modernization regression (nw)
Wilbert Pol
2013-08-14
1
-0
/
+7
*
MC6801/6803 updates: [R. Belmont]
R. Belmont
2013-08-12
1
-7
/
+38
*
m6800.c: Modernized cpu core (nw)
Wilbert Pol
2013-08-07
1
-1083
/
+594
*
(MESS) ehx20: Added slave CPU ROM dump. [Kevtris]
Curt Coder
2013-05-23
1
-0
/
+36
*
(typo)
Michaël Banaan Ananas
2013-03-08
1
-1
/
+1
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-308
/
+305
*
m6800.c: Workaround for Coleco Adam not booting. The free-running counter val...
Curt Coder
2012-11-06
1
-1
/
+1
*
Removed AS_DATA on all variants and AS_IO on CPU variants not having IO line...
Miodrag Milanovic
2012-09-24
1
-13
/
+13
*
Since nobody checks for NULLs anyway, make
Aaron Giles
2012-09-19
1
-24
/
+24
*
Memory handler normalization, part 2. Change legacy
Aaron Giles
2012-09-17
1
-38
/
+38
*
First pass at modernizing struct definitions.
Aaron Giles
2012-09-15
1
-2
/
+1
*
Add safe_pc() and safe_pcbase() methods to device_t.
Aaron Giles
2012-09-11
1
-4
/
+4
*
DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew)
Miodrag Milanovic
2012-09-03
1
-37
/
+37
*
fixed some unread variable warnings reported by clang (no whatsnew)
Oliver Stöneberg
2012-08-09
1
-0
/
+1
*
Clean-ups and version bump
Miodrag Milanovic
2012-07-30
1
-3
/
+3
*
fixed assertion with new m6800 CPU types (no whatsnew)
Oliver Stöneberg
2012-07-28
1
-1
/
+3
*
Add another subtype to 6800 core so that I can correctly define the CPU type ...
Scott Stone
2012-07-22
1
-0
/
+66
*
Renamed device_irq_callback to device_irq_acknowledge_callback to
Aaron Giles
2012-04-10
1
-1
/
+1
*
MAME going modern part 2 (no whatsnew)
Miodrag Milanovic
2012-04-01
1
-1
/
+1
*
MAME going modern part 1 (no whatsnew)
Miodrag Milanovic
2012-03-31
1
-1
/
+1
*
m6800.c: Prevent side-effects when the cpu is open in the debugger. (nw)
Wilbert Pol
2011-06-20
1
-37
/
+49
*
Fix missed unresolved callback case in m6803.
Aaron Giles
2011-05-05
1
-0
/
+5
*
Fix crash caused by not resolving a devcb write line.
Aaron Giles
2011-05-04
1
-0
/
+5
*
Reimplemented devcb using delegates and classes. Unified the logic
Aaron Giles
2011-05-02
1
-3
/
+3
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-4
/
+4
*
Remove redundant item cpu from address_space, in favor of
Aaron Giles
2011-03-29
1
-29
/
+29
*
BIG update.
Aaron Giles
2011-03-29
1
-4
/
+4
*
Created new enum type address_spacenum for specifying an address
Aaron Giles
2011-03-27
1
-19
/
+19
*
fix initial cc (SEI sets bit 4)
Michaël Banaan Ananas
2011-03-06
1
-2
/
+1
*
some cycle fixes + cycles_nsc8105 table was wrong
Michaël Banaan Ananas
2011-03-06
1
-20
/
+20
*
decrease invalid opcode cycles (99?!)
Michaël Banaan Ananas
2011-02-19
1
-47
/
+49
*
Added HD6301 subtype to the M6800 CPU core. [Curt Coder]
Curt Coder
2011-02-12
1
-1
/
+52
*
Get rid of state_save_register_device_* macros in favor of direct
Aaron Giles
2011-02-09
1
-48
/
+48
*
As promised, the bulk update of timer calls:
Aaron Giles
2011-02-06
1
-2
/
+2
*
Convert emu_timers to objects. Move implementation and management of
Aaron Giles
2011-02-06
1
-3
/
+3
*
Attotime bulk conversion step:
Aaron Giles
2011-02-03
1
-1
/
+1
*
Naming cleanups. (no whatsnew)
Curt Coder
2011-01-25
1
-45
/
+36
[next]