Replies: 6 comments 3 replies
-
|
Dear @tuantdang thank you for your interest in this project. We're really interested to hear about your own battery-less device. Here are our quick answers to your questions:
Hope I was able to answer your questions. Feel free to send a follow-up questions! |
Beta Was this translation helpful? Give feedback.
-
|
Dear @przemyslaw-pawelczak, Another point that I concerned about is when to do the checkpoint. Below is the code that I found. As source code: Checkpoint is done every 5 times after gameboy_single_step, whose source is not available in the repository, could you explain it? |
Beta Was this translation helpful? Give feedback.
-
|
Hi @tuantdang That piece of code (software/libs/emulator/emulator.c) performs a checkpoint (of the changed memory) if the As for I hope this clears things up :) |
Beta Was this translation helpful? Give feedback.
-
|
Dear @iiKoe, As far I understand that when the interrupt on ADC (specifically, Window comparator voltage excursion interrupt) occurs the flag jit_checkpoint will be raised up. After 5 emulation steps with the raised flag, the checkpoint will be executed. My question is how long is gameboy_single_step() 's execution time? How about if checkpoint should be placed in the ADC interrupt service routine to response immmediately to power failure? I think there are some reasons behind it. P/S: I'm very interesting on this project and I'd like to learn more about it. Thank you! |
Beta Was this translation helpful? Give feedback.
-
|
No problem @tuantdang, we will be happy to answer your questions 😃 I don't know the exact time The magic number |
Beta Was this translation helpful? Give feedback.
-
|
@tuantdang Apologies (I should have informed you before shifting your issue into Discussion) I have moved our discussion from Issues into Discussion section, as I feel it fits better here. Nonetheless, if you feel this fits better in Issues, I will revert our discussion here back into Issues. Thanks again for being so active and we look forward to continued discussion with you! 💪 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Thank you for your awesome work! I'm really interested in this project!
I'm also building a battery-free device for my application that is related to your work, so I have some questions that need to be clarified:
Thank you!
I'm looking forward to hearing your response!
Or you can drop me a message at: ttd9645@mavs.uta.edu
Best regards,
Tuan Dang
Beta Was this translation helpful? Give feedback.
All reactions