This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
notes:cprog:spring2025:projects:btt0 [2025/01/30 17:48] – [What is Vircon32?] tstrickl | notes:cprog:spring2025:projects:btt0 [2025/02/04 23:21] (current) – [Obtain source of latest stable release of Vircon32 DevTools and Emulator] tstrickl | ||
---|---|---|---|
Line 4: | Line 4: | ||
====URLs==== | ====URLs==== | ||
+ | https:// | ||
+ | https:// | ||
====API==== | ====API==== | ||
- | =====Vircon32===== | + | https:// |
- | ====What is Vircon32? | + | =====What is Vircon32?===== |
It is a 32-bit virtual console created with the goal of being as simple as possible, but still having enough features to support full, elaborate games. | It is a 32-bit virtual console created with the goal of being as simple as possible, but still having enough features to support full, elaborate games. | ||
===Vircon Specifications=== | ===Vircon Specifications=== | ||
Line 32: | Line 34: | ||
- | ====Obtain source of latest stable release of Vircon32 | + | =====Dowloading and Installing |
- | ===environment configuration=== | + | ====Obtain source of latest stable release of Vircon32 |
- | ====Obtain source of latest stable release of Vircon32 | + | go onto your computer and copy the repo to a location of your choosing, git clone https:// |
- | ===URL=== | + | both emulator and developer tools are included |
- | ===environment configuration=== | + | ===environment configuration |
+ | while in the downloaded repo, go to DevelopmentTools/ | ||
+ | |||
+ | ===environment configuration for emulator=== | ||
+ | while in the downloaded repo, go to DesktopEmulator/ | ||
=====Hello World===== | =====Hello World===== | ||
Bootstrap a fairly simple “Hello, World” example, modified sufficiently from any provided tutorial or demo code. | Bootstrap a fairly simple “Hello, World” example, modified sufficiently from any provided tutorial or demo code. |