mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
mc68681: Note on model differences (nw)
This commit is contained in:
parent
0068ae6547
commit
3d32ab63d4
@ -11,6 +11,12 @@
|
|||||||
Improved interrupt handling by R. Belmont
|
Improved interrupt handling by R. Belmont
|
||||||
Rewrite and modernization in progress by R. Belmont
|
Rewrite and modernization in progress by R. Belmont
|
||||||
Addition of the duart compatible 68340 serial module support by Edstrom
|
Addition of the duart compatible 68340 serial module support by Edstrom
|
||||||
|
|
||||||
|
The main incompatibility between the 2681 and 68681 (Signetics and Motorola each
|
||||||
|
manufactured both versions of the chip) is that the 68681 has a R/W input and
|
||||||
|
generates a 68000-compatible DTACK signal, instead of using generic RD and WR
|
||||||
|
strobes as the 2681 does. The 68681 also adds a programmable interrupt vector,
|
||||||
|
with an IACK input replacing IP6.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user