Some small 8514/a / Mach8 fixes.

This commit is contained in:
OBattler
2023-07-30 02:45:53 +02:00
parent c12cfad5f1
commit b810d3edc1
3 changed files with 13 additions and 10 deletions

View File

@@ -83,11 +83,11 @@ typedef struct ibm8514_t {
int16_t dy;
int16_t err;
uint32_t src;
uint16_t dest;
uint32_t dest;
uint32_t newsrc_blt;
uint16_t newdest_blt;
uint32_t newdest_blt;
uint32_t newdest_in;
uint16_t newdest_out;
uint32_t newdest_out;
uint8_t *writemono;
uint8_t *nibbleset;
int x_count;