This repository has been archived by the owner on Dec 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- TIMER.DLL: - Fixed reset timer function. - Separated resume logic from pause function. Create resume_timer(). - Removed old DLLTEST.PRG and oldest non-DLL test PRGs. - Created separated test PRGs programs for each DLL.
- Loading branch information
José Miguel Sánchez Fernández
committed
May 30, 2020
1 parent
f6d9cec
commit af41ee9
Showing
10 changed files
with
303 additions
and
550 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,5 +29,6 @@ void freeAll(); | |
void getTime(); | ||
void frameTimers(); | ||
void pause(); | ||
void resume(); | ||
void isPaused(); | ||
void reset(); |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.