comparison segacd.h @ 2336:83f5529086c5

Make bogus word RAM read more appropriately bogus
author Michael Pavone <pavone@retrodev.com>
date Thu, 31 Aug 2023 20:28:33 -0700
parents c05b7c5e6f11
children 03e6ac327ba0
comparison
equal deleted inserted replaced
2335:c05b7c5e6f11 2336:83f5529086c5
28 uint32_t graphics_x; 28 uint32_t graphics_x;
29 uint32_t graphics_y; 29 uint32_t graphics_y;
30 uint32_t graphics_dx; 30 uint32_t graphics_dx;
31 uint32_t graphics_dy; 31 uint32_t graphics_dy;
32 uint16_t graphics_dst_x; 32 uint16_t graphics_dst_x;
33 uint16_t vdp_dma_value;
33 uint8_t graphics_pixels[4]; 34 uint8_t graphics_pixels[4];
34 uint8_t graphics_debug_window; 35 uint8_t graphics_debug_window;
35 uint8_t timer_pending; 36 uint8_t timer_pending;
36 uint8_t timer_value; 37 uint8_t timer_value;
37 uint8_t busreq; 38 uint8_t busreq;
48 uint8_t main_swap_request; 49 uint8_t main_swap_request;
49 uint8_t bank_toggle; 50 uint8_t bank_toggle;
50 uint8_t sub_paused_wordram; 51 uint8_t sub_paused_wordram;
51 uint8_t bram_cart_write_enabled; 52 uint8_t bram_cart_write_enabled;
52 uint8_t bram_cart_id; 53 uint8_t bram_cart_id;
54 uint8_t has_vdp_dma_value;
53 rf5c164 pcm; 55 rf5c164 pcm;
54 lc8951 cdc; 56 lc8951 cdc;
55 cdd_mcu cdd; 57 cdd_mcu cdd;
56 cdd_fader fader; 58 cdd_fader fader;
57 } segacd_context; 59 } segacd_context;