Skip to content

Commit

Permalink
Merge pull request #17 from ckormanyos/hardware_timer
Browse files Browse the repository at this point in the history
Minor corrections
  • Loading branch information
ckormanyos authored Jan 7, 2024
2 parents 580ebba + 2ea4401 commit 342b1d1
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5,042 deletions.
1 change: 0 additions & 1 deletion build/ti84-ref_app.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<None Include="..\readme.md" />
<None Include="..\src\startup\crt0.s" />
<None Include="..\src\startup\clock.c" />
<None Include="..\src\startup\ti83plus.inc" />
<None Include="Makefile" />
</ItemGroup>
<ItemGroup>
Expand Down
3 changes: 0 additions & 3 deletions build/ti84-ref_app.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@
<None Include="..\src\startup\clock.c">
<Filter>src\startup</Filter>
</None>
<None Include="..\src\startup\ti83plus.inc">
<Filter>src\startup</Filter>
</None>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\src\app\app_led.c">
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ There is minimal use of assembly for startup and to interface with
## Running on the Calculator

Execution:
- After build, locate `bin/refapp-8xp`.
- After build, locate `bin/refapp.8xp`.
- Drag `refapp-8xp` onto the calculator using the standard method with [TI Connect version 4](https://education.ti.com/en/software/details/en/B59F6C83468C4574ABFEE93D2BC3F807/swticonnectsoftware). Important: use version 4 for the TI-84 Plus.
- The on-calculator name of the program is `REFAPP`.
- To start the program, use the usual `Asm(prgm)` option found in the _CATALOG_ menu and select the `REFAPP` program.
Expand Down
Loading

0 comments on commit 342b1d1

Please sign in to comment.