Mercurial > repos > blastem
comparison lc8951.h @ 2515:0775f5e0c468
Clear EDT on DTTRG. Fixes Cliffhanger and OrionNavattan's Mode 1 demo
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Thu, 05 Sep 2024 23:44:01 -0700 |
parents | f8b5142c06aa |
children |
comparison
equal
deleted
inserted
replaced
2514:50cff4c9286e | 2515:0775f5e0c468 |
---|---|
45 uint32_t lc8951_next_interrupt(lc8951 *context); | 45 uint32_t lc8951_next_interrupt(lc8951 *context); |
46 void lc8951_resume_transfer(lc8951 *context); | 46 void lc8951_resume_transfer(lc8951 *context); |
47 void lc8951_adjust_cycles(lc8951 *context, uint32_t deduction); | 47 void lc8951_adjust_cycles(lc8951 *context, uint32_t deduction); |
48 void lc8951_serialize(lc8951 *context, serialize_buffer *buf); | 48 void lc8951_serialize(lc8951 *context, serialize_buffer *buf); |
49 void lc8951_deserialize(deserialize_buffer *buf, void *vcontext); | 49 void lc8951_deserialize(deserialize_buffer *buf, void *vcontext); |
50 uint8_t lc8951_dtbsy_state(lc8951 *context); | |
50 | 51 |
51 #endif //LC8951_H_ | 52 #endif //LC8951_H_ |