Waldemar Pawlaszek

Results 35 comments of Waldemar Pawlaszek

Played a while and haven't found any glitches in 0.6.0

Reset implemented

#118 Gave us memory dump window

Currently Felix does not accept other parameters than image filename. Full screen mode might be useful even to normal emulator frontend. I'll think about it.

I've debugged it and there can't be `mBaseTick` as it gives us negative number. Additionally in the algorithm the counter should reach 0 in tick `mExpectedTick`. So I've changed it...

I haven't read thoroughly the cycle_check test yet and I don't understand the logic behind it so I'm not sure what's wrong.

@42Bastian I've added the distinction between read and write to Suzy. I'm not sure it's necessary in Mikey but it's trivial to add. ![obraz](https://user-images.githubusercontent.com/6305226/140714582-1c214533-508d-4baa-9946-19d0647f5acf.png) I'm sorry, but I don't see...

Great. I'll look into it.

I've changed the algorithm and it's better now, but still some cycles too fast. ![obraz](https://user-images.githubusercontent.com/6305226/140727295-134d1867-e654-497c-9ea7-dc23d42ec886.png) Previous algorithm was essentially a placeholder. Now I've introduced two functions. `readTimig` and `writeTiming` that...

> The CPU makes use of the page mode circuitry in its op-code reads. All writes and all data reads are done in normal memory cycles I forgot about this....