mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
odyssey2: correct copyright holders
This commit is contained in:
parent
2bc6731c82
commit
cfffc7b44c
@ -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
|
||||
|
||||
****************************************************************************
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Wilbert Pol, hap
|
||||
// copyright-holders:Peter Trauner, Wilbert Pol, hap
|
||||
// thanks-to:Kevin Horton
|
||||
/***************************************************************************
|
||||
|
||||
|
@ -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
|
||||
|
@ -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²),
|
||||
|
Loading…
Reference in New Issue
Block a user