diff options
author | 2021-01-09 13:53:57 +0100 | |
---|---|---|
committer | 2021-01-09 13:54:12 +0100 | |
commit | cfffc7b44cd31bc54a191d81d4bb9a102f0242c1 (patch) | |
tree | 039dcf123df269587509f4343c6cc30cc423aa17 | |
parent | 2bc6731c821fb8468017012e87331160e9bcbabd (diff) |
odyssey2: correct copyright holders
-rw-r--r-- | src/devices/cpu/mcs48/mcs48.cpp | 2 | ||||
-rw-r--r-- | src/devices/video/i8244.cpp | 2 | ||||
-rw-r--r-- | src/devices/video/i8244.h | 2 | ||||
-rw-r--r-- | src/mame/drivers/odyssey2.cpp | 2 |
4 files changed, 5 insertions, 3 deletions
diff --git a/src/devices/cpu/mcs48/mcs48.cpp b/src/devices/cpu/mcs48/mcs48.cpp index 96334465e10..b0f7e4f9fb5 100644 --- a/src/devices/cpu/mcs48/mcs48.cpp +++ b/src/devices/cpu/mcs48/mcs48.cpp @@ -15,6 +15,8 @@ - add special 8022 opcodes (RAD, SEL AN0, SEL AN1, RETI) - according to the user manual, some opcodes(dis/enable timer/interrupt) don't increment the timer, does it affect the prescaler too? + Most likely, timer input (prescaler overflow or T1 edge) still occurs, + just that m_timer increment is delayed 1 opcode. - IRQ timing is hacked due to WY-100 needing to take JNI branch before servicing interrupt **************************************************************************** diff --git a/src/devices/video/i8244.cpp b/src/devices/video/i8244.cpp index 9d39569c202..9b49c633561 100644 --- a/src/devices/video/i8244.cpp +++ b/src/devices/video/i8244.cpp @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Wilbert Pol, hap +// copyright-holders:Peter Trauner, Wilbert Pol, hap // thanks-to:Kevin Horton /*************************************************************************** diff --git a/src/devices/video/i8244.h b/src/devices/video/i8244.h index 565ed13826f..1c1cf7cbb95 100644 --- a/src/devices/video/i8244.h +++ b/src/devices/video/i8244.h @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Wilbert Pol, hap +// copyright-holders:Peter Trauner, Wilbert Pol, hap /*************************************************************************** Intel 8244 (NTSC)/8245 (PAL) Graphics and sound chip diff --git a/src/mame/drivers/odyssey2.cpp b/src/mame/drivers/odyssey2.cpp index 1c1d465ec08..0410f492b3a 100644 --- a/src/mame/drivers/odyssey2.cpp +++ b/src/mame/drivers/odyssey2.cpp @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Wilbert Pol, hap +// copyright-holders:Peter Trauner, Wilbert Pol, hap /******************************************************************************* Driver file to handle emulation of the Magnavox Odyssey 2 (stylized Odyssey²), |