zx adaptations

This commit is contained in:
iceman1001 2021-12-27 17:42:33 +01:00
commit 6653bdc2be
4 changed files with 123 additions and 31 deletions

View file

@ -11,11 +11,12 @@
#ifndef ZX8211_H__
#define ZX8211_H__
#include <stdbool.h>
#define ZX8211_NUM_BLOCKS 32
// Common word/block addresses
typedef struct {
bool parity;
} zx8211_data_t;