Skip to content

Commit c021f21

Browse files
authored
Merge pull request #44 from visrealm/main
main to dev
2 parents a14c03c + d336d5e commit c021f21

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

.github/workflows/firmware.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Firmware
22

33
on:
44
push:
5-
branches: [ main, cmake-configurator ]
5+
branches: [ '**' ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ '**' ]
88

99
jobs:
1010
windows:

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
# PICO9918
22

3-
[![Firmware](https://github.com/visrealm/pico9918/actions/workflows/firmware.yml/badge.svg)](https://github.com/visrealm/pico9918/actions/workflows/firmware.yml) [![Configurator](https://github.com/visrealm/pico9918/actions/workflows/configurator.yml/badge.svg)](https://github.com/visrealm/pico9918/actions/workflows/configurator.yml)
4-
53
A drop-in replacement for a classic TMS9918A VDP powered by the Raspberry Pi Pico RP2040 microcontroller.
64

75
<p align="left"><a href="img/pico9918_v1_2_top_sm.jpg"><img src="img/pico9918_v1_2_top_sm.jpg" alt="PICO9918 v1.2 Top" width="400px"></a> <a href="img/pico9918_v1_2_bottom_sm.jpg"><img src="img/pico9918_v1_2_bottom_sm.jpg" alt="PICO9918 v1.2 Top" width="406px"></a></p>
86

97
The TMS9918A emulation is handled by my [vrEmuTms9918 library](https://github.com/visrealm/vrEmuTms9918) which is included as a submodule here
108

9+
## Build status
10+
11+
| Branch | Firmware | Configurator |
12+
|--------|----------|--------------|
13+
| main | [![Firmware](https://github.com/visrealm/pico9918/actions/workflows/firmware.yml/badge.svg?branch=main)](https://github.com/visrealm/pico9918/actions/workflows/firmware.yml) | [![Configurator](https://github.com/visrealm/pico9918/actions/workflows/configurator.yml/badge.svg?branch=main)](https://github.com/visrealm/pico9918/actions/workflows/configurator.yml) |
14+
| dev | [![Firmware](https://github.com/visrealm/pico9918/actions/workflows/firmware.yml/badge.svg?branch=dev)](https://github.com/visrealm/pico9918/actions/workflows/firmware.yml) | [![Configurator](https://github.com/visrealm/pico9918/actions/workflows/configurator.yml/badge.svg?branch=dev)](https://github.com/visrealm/pico9918/actions/workflows/configurator.yml) |
15+
1116
## Supported devices
1217

1318
This is a list of devices the PICO9918 has been tested and confirmed to work on.
@@ -156,3 +161,4 @@ The hardware design files in this repository are licensed under the CERN-OHL-S.
156161

157162
### Firmware
158163
The firmware code in this repository is licensed under the MIT License. See [LICENSE_FIRMWARE.md](LICENSE_FIRMWARE.md) for details.
164+

0 commit comments

Comments
 (0)