mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-02-21 20:29:15 +00:00
Expose c_read_random()
This commit is contained in:
parent
3badb546d6
commit
9f1c54e555
@ -1704,7 +1704,6 @@ WORD VideoGetScannerAddress(bool* pbVblBar_OUT, const DWORD uExecutedCycles)
|
||||
}
|
||||
*/
|
||||
|
||||
extern uint8_t c_read_random(uint16_t);
|
||||
static uint8_t MemReadFloatingBus(const unsigned long uExecutedCycles)
|
||||
{
|
||||
//return*(LPBYTE)(mem + VideoGetScannerAddress(NULL, uExecutedCycles));
|
||||
|
@ -118,6 +118,7 @@ void c_set_primary_char();
|
||||
void c_set_altchar();
|
||||
void c_initialize_font();
|
||||
void c_initialize_vm();
|
||||
uint8_t c_read_random(uint16_t ea);
|
||||
void reinitialize();
|
||||
|
||||
/* virtual memory compacter */
|
||||
|
@ -3342,7 +3342,6 @@ GREATEST_SUITE(test_suite_vm) {
|
||||
GREATEST_SET_SETUP_CB(testvm_setup, NULL);
|
||||
GREATEST_SET_TEARDOWN_CB(testvm_teardown, NULL);
|
||||
|
||||
extern uint8_t c_read_random(uint16_t);
|
||||
c_read_random(0x0);
|
||||
srandom(0); // force a known sequence
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user