15 lines
415 B
C
Vendored
15 lines
415 B
C
Vendored
/* Zeta API - Z/hardware/ISA/Z80.h
|
|
______ ______________ ___
|
|
|__ / | ___|___ ___|/ \
|
|
/ /__| __| | | / - \
|
|
/______|_____| |__| /__/ \__\
|
|
Copyright (C) 2006-2024 Manuel Sainz de Baranda y Goñi.
|
|
Released under the terms of the GNU Lesser General Public License v3. */
|
|
|
|
#ifndef Z_hardware_ISA_Z80_H
|
|
#define Z_hardware_ISA_Z80_H
|
|
|
|
#define Z_Z80_NMI_POINTER 0x0066
|
|
|
|
#endif /* Z_hardware_ISA_Z80_H */
|