comparison vdp.h @ 2411:efd2242c2c23

Fix silly TMS9918A bug, make CRAM viewer sorta useful in TMS9918A modes, make mode4 address map externally viewable for debugger
author Michael Pavone <pavone@retrodev.com>
date Thu, 04 Jan 2024 22:13:46 -0800
parents 3350b3c8faa8
children
comparison
equal deleted inserted replaced
2410:f1574b22d5d9 2411:efd2242c2c23
318 void vdp_dma_started(void); 318 void vdp_dma_started(void);
319 void vdp_replay_event(vdp_context *context, uint8_t event, event_reader *reader); 319 void vdp_replay_event(vdp_context *context, uint8_t event, event_reader *reader);
320 uint16_t vdp_status(vdp_context *context); 320 uint16_t vdp_status(vdp_context *context);
321 void vdp_reg_write(vdp_context *context, uint16_t reg, uint16_t value); 321 void vdp_reg_write(vdp_context *context, uint16_t reg, uint16_t value);
322 322
323 extern uint16_t mode4_address_map[0x4000];
324
323 #endif //VDP_H_ 325 #endif //VDP_H_