odyssey2: correct copyright holders

This commit is contained in:
hap 2021-01-09 13:53:57 +01:00
parent 2bc6731c82
commit cfffc7b44c
4 changed files with 5 additions and 3 deletions

View File

@ -15,6 +15,8 @@
- add special 8022 opcodes (RAD, SEL AN0, SEL AN1, RETI) - add special 8022 opcodes (RAD, SEL AN0, SEL AN1, RETI)
- according to the user manual, some opcodes(dis/enable timer/interrupt) - according to the user manual, some opcodes(dis/enable timer/interrupt)
don't increment the timer, does it affect the prescaler too? 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 - IRQ timing is hacked due to WY-100 needing to take JNI branch before servicing interrupt
**************************************************************************** ****************************************************************************

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause // license:BSD-3-Clause
// copyright-holders:Wilbert Pol, hap // copyright-holders:Peter Trauner, Wilbert Pol, hap
// thanks-to:Kevin Horton // thanks-to:Kevin Horton
/*************************************************************************** /***************************************************************************

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause // 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 Intel 8244 (NTSC)/8245 (PAL) Graphics and sound chip

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause // 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²), Driver file to handle emulation of the Magnavox Odyssey 2 (stylized Odyssey²),