Skip to content
This repository was archived by the owner on Sep 24, 2025. It is now read-only.

Commit a60ca96

Browse files
committed
Update libusbsiddrv readme
1 parent 4e6fc5a commit a60ca96

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed
Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# USBSID-Pico-driver
2-
Driver for USBSID-Pico
2+
This repo contains the driver code for USBSID-Pico in C, Java and Javascript.
33

4-
This repo is a work-in-progress and still in early crude form!
4+
For more information about [USBSID-Pico](https://github.com/LouDnl/USBSID-Pico) visit the main [repo](https://github.com/LouDnl/USBSID-Pico).
55

6-
Compilation test
7-
```shell
8-
rm *.o ; g++ $(pkg-config --cflags --libs libusb-1.0) -c *.cpp $(pkg-config --cflags --libs libusb-1.0) -Wall
9-
```
6+
# API
7+
For information about the use of this driver, read [USBSID.h](USBSID.h)
8+
9+
# Usage
10+
This driver code is used in (forks of) Vice, SidBerry, JSidplay2, RetroDebugger, goattracker2, gt2ultra, sidfactoryii, deepsid, libsidplayfp

0 commit comments

Comments
 (0)