X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/1157e75889d3d6d23d1e2514f401cd5b354bd149..b35fcb2f65a9c2dd17faae5b513eecca8032461b:/include/z80-if.h diff --git a/include/z80-if.h b/include/z80-if.h index 676d37d..d5a5f56 100644 --- a/include/z80-if.h +++ b/include/z80-if.h @@ -1,8 +1,9 @@ /* * (C) Copyright 2014 Leo C. * - * SPDX-License-Identifier: GPL-2.0+ + * SPDX-License-Identifier: GPL-2.0 */ +#include "common.h" #define ZST_ACQUIRED 0x01 #define ZST_RUNNING 0x02 @@ -25,6 +26,9 @@ typedef enum { typedef enum {LOW, HIGH} level_t; + +void z80_bus_request_or_exit(void); + zstate_t z80_bus_state(void); zstate_t z80_bus_cmd(bus_cmd_t cmd); void z80_setup_bus(void);