diff options
author | 2011-12-14 21:03:40 +0000 | |
---|---|---|
committer | 2011-12-14 21:03:40 +0000 | |
commit | f1103768b5b338d12e5c0e4605ef4cc40a73820b (patch) | |
tree | 027c00e8cfd083fd8f549e686ee2fd60c5f50833 /src/emu/cpu/hd61700 | |
parent | 926f8ddfed7522dc8988fa4c6adfbb91611fc88e (diff) |
Removed partial frame hack from the core
Diffstat (limited to 'src/emu/cpu/hd61700')
-rw-r--r-- | src/emu/cpu/hd61700/hd61700.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/hd61700/hd61700.c b/src/emu/cpu/hd61700/hd61700.c index 7d7e7da92ab..ff3fa1fb5fc 100644 --- a/src/emu/cpu/hd61700/hd61700.c +++ b/src/emu/cpu/hd61700/hd61700.c @@ -103,7 +103,7 @@ hd61700_cpu_device::hd61700_cpu_device(const machine_config &mconfig, const char : cpu_device(mconfig, HD61700, "HD61700", tag, owner, clock), m_program_config("program", ENDIANNESS_BIG, 16, 18, -1) { - memset(&m_partial_frame_period, 0, sizeof(m_partial_frame_period)); +// memset(&m_partial_frame_period, 0, sizeof(m_partial_frame_period)); } |