https://github.com/nyh-workshop/onebuscalc
Small and simple physical address calculator for Famiclone OneBus systems.
https://github.com/nyh-workshop/onebuscalc
famiclone onebus vt-02
Last synced: about 2 months ago
JSON representation
Small and simple physical address calculator for Famiclone OneBus systems.
- Host: GitHub
- URL: https://github.com/nyh-workshop/onebuscalc
- Owner: nyh-workshop
- License: gpl-3.0
- Created: 2024-07-28T13:27:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-18T13:15:49.000Z (almost 2 years ago)
- Last Synced: 2025-12-30T13:10:54.633Z (5 months ago)
- Topics: famiclone, onebus, vt-02
- Language: C#
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OneBusCalc
This is a small and simple physical address calculator for Famiclone OneBus systems.
The info on how to calculate these addresses are from the [manual](http://www.vrt.com.tw/old_site/admin/upload/datasheet/VT02%20Data%20Sheet%20RevisionA5_ENG__1.pdf).
Additional info on horizontal and vertical arrangements are from the [NesDev site](https://www.nesdev.org/wiki/INES).

Register values must be in hex mode!
Note: I do not really code often in C# - this is still quite unoptimized. More improvements coming soon! :D