summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/upd7810
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-12-26 13:54:32 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2015-12-26 13:54:32 +0100
commit9f998d0afb69f4286f05e46efe27806b6aba32af (patch)
tree7a126081d7eb971c4cc9f8fa8952ad04a30ab231 /src/devices/cpu/upd7810
parenta546ea128238feaa616451ed7b7f4fe389dd1460 (diff)
cleanup (nw)
Diffstat (limited to 'src/devices/cpu/upd7810')
-rw-r--r--src/devices/cpu/upd7810/upd7810.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/upd7810/upd7810.cpp b/src/devices/cpu/upd7810/upd7810.cpp
index bf699d70fa9..16734940564 100644
--- a/src/devices/cpu/upd7810/upd7810.cpp
+++ b/src/devices/cpu/upd7810/upd7810.cpp
@@ -1825,7 +1825,7 @@ void upd7810_device::execute_run()
{
do
{
- int cc = 0;
+ int cc;
debugger_instruction_hook(this, PC);