diff sms.h @ 2535:0c6519125a28

Implement paste support for box drawing chars and Latin-1 character Æ
author Michael Pavone <pavone@retrodev.com>
date Wed, 27 Nov 2024 20:04:28 -0800
parents f4a471730ba4
children c768bbd912f1
line wrap: on
line diff
--- a/sms.h	Wed Nov 27 16:43:56 2024 -0800
+++ b/sms.h	Wed Nov 27 20:04:28 2024 -0800
@@ -38,6 +38,7 @@
 	uint8_t       cart_ram[SMS_CART_RAM_SIZE];
 	uint8_t       kb_mux;
 	uint8_t       paste_toggle;
+	uint8_t       paste_state;
 	uint8_t       cassette_state;
 	uint32_t      cassette_offset;
 	uint32_t      cassette_cycle;