diff system.h @ 2342:9f0c67e5c50a

Implement CD-ROM data sector scrambling/descrambling
author Michael Pavone <pavone@retrodev.com>
date Sun, 01 Oct 2023 23:39:48 -0700
parents 9d68799f945b
children 6f8400ce7a0f
line wrap: on
line diff
--- a/system.h	Sun Sep 17 23:03:28 2023 -0700
+++ b/system.h	Sun Oct 01 23:39:48 2023 -0700
@@ -142,6 +142,7 @@
 	uint32_t     cur_track;
 	uint32_t     size;
 	uint32_t     cur_sector;
+	uint16_t     cdrom_scramble_lsfr;
 	media_type   type;
 	uint8_t      in_fake_pregap;
 	uint8_t      byte_storage[3];