Skip to content

Commit 6ecb4dd

Browse files
idx
1 parent 864e715 commit 6ecb4dd

File tree

1 file changed

+50
-45
lines changed

1 file changed

+50
-45
lines changed

docs/source/index.rst

Lines changed: 50 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -7,75 +7,80 @@
77
RP6502-VGA <vga>
88
RP6502-OS <os>
99

10-
============
11-
Picocomputer
12-
============
10+
==================
11+
Picocomputer 6502
12+
==================
13+
14+
All the soul of the 6502. None of the compromises. You're welcome.
1315

14-
The **Picocomputer 6502** is a tribute to the processor that launched a
15-
computing revolution. The lack of apparent complexity is a byproduct of
16-
the design philosophy: Keep the essence of programming a 6502 and 6522
17-
then rethink everything else.
16+
The **Picocomputer 6502** is an open source, modern-retro gaming computer
17+
built around a real WDC 65C02. The design philosophy: keep the essence of
18+
programming a 6502 and 6522, then rethink everything else.
1819

1920
.. image:: _static/ria-w-sandwich.jpg
2021
:width: 600
2122
:alt: Picocomputer Photo
2223

2324

24-
Key Features
25-
============
25+
Community
26+
=========
2627

27-
- **64KB System RAM**
28-
- **64KB Extended RAM**
29-
- **VGA and HD Output**
30-
- **Yamaha OPL2 FM Sound Generator**
31-
- **Protected Operating System**
32-
- **USB** for Keyboard, Mouse, Gamepads, and Storage
33-
- **Bluetooth LE** for Keyboard, Mouse, and Gamepads
34-
- **WiFi** Hayes modem emulation
35-
- **Real Time Clock** with DST and NTP
28+
- **Discord:** https://discord.gg/TC6X8kTr6d
29+
- **Forums:** https://github.com/picocomputer/community/discussions
30+
- **Wiki:** https://github.com/picocomputer/community/wiki
31+
- **GitHub:** https://github.com/picocomputer
32+
- **YouTube:** https://youtube.com/playlist?list=PLvCRDUYedILfHDoD57Yj8BAXNmNJLVM2r
3633

3734

38-
Resources
39-
=========
35+
Specs
36+
=====
4037

41-
For support and community interaction, use the following channels:
38+
- **CPU** — WDC 65C02 CPU and WDC 65C22 VIA
39+
- **RAM** — 64 KB system + 64 KB extended
40+
- **Video** — VGA and HD output; 3 planes, scanline programmable
41+
- **Sound** — PSG and OPL2 FM
42+
- **Clock** — Real-Time Clock
4243

43-
- **GitHub:** https://github.com/picocomputer
44-
- **Forums:** https://github.com/picocomputer/community/discussions
45-
- **Discord:** https://discord.gg/TC6X8kTr6d
46-
- **Wiki:** https://github.com/picocomputer/community/wiki
4744

48-
The entire development process was documented in a series of YouTube videos.
49-
The broad strokes are all still in place but remember that these videos were
50-
made during development.
45+
Connectivity
46+
============
5147

52-
- **YouTube:**
53-
https://youtube.com/playlist?list=PLvCRDUYedILfHDoD57Yj8BAXNmNJLVM2r
48+
- **USB** — keyboard, mouse, gamepads, UART serial, NFC, floppy drives, and flash drives
49+
- **Bluetooth LE** — keyboard, mouse, and gamepads
50+
- **WiFi** — NTP time sync, Hayes modem emulation for dialing into BBSs
5451

5552

56-
How To Obtain
57-
=============
53+
Programming
54+
===========
5855

59-
The **Picocomputer 6502** is a single board computer you build yourself. It has
60-
been built by hundreds of people. You can also have a single unit manufactured
61-
especially for you in China. The whole process is documented and well tested.
56+
- **Protected OS** — 32-bit operating system; uses no 6502 RAM
57+
- **POSIX-compatible API** — stdio.h and unistd.h for cc65 and llvm-mos
58+
- **FAT filesystem** — read and write files on any USB flash or floppy drive
59+
- **ROM flash** — 1 MB of onboard flash for installing and auto-booting ROMs
60+
61+
62+
Build It
63+
========
64+
65+
100% through-hole construction. Hundreds of people have built one,
66+
typically for under $100 USD. You can also have a unit manufactured
67+
in China — no soldering required. All parts are currently in production;
68+
the Raspberry Pi Pico 2 is guaranteed until at least January 2040.
6269

6370
- :doc:`hardware`: Schematic and manufacturing information.
6471

6572

66-
Datasheets
67-
==========
73+
Documentation
74+
=============
6875

69-
The **Picocomputer 6502** is a reference design for RP6502 modular hardware.
70-
The only required module is a RP6502-RIA.
76+
The Picocomputer 6502 is a reference design for RP6502 modular hardware.
77+
The only required module is the RP6502-RIA.
7178

72-
- :doc:`ria`: Interface adapter for the 6502, akin to CIA,
73-
VIA, and ACIA devices.
74-
- :doc:`ria_w`: Wireless features available when using the
75-
"Pico 2 W".
76-
- :doc:`vga`: Optional video adapter that connects to the
77-
RP6502-RIA.
79+
- :doc:`ria`: Interface adapter for the 6502, akin to CIA, VIA, and ACIA devices.
80+
- :doc:`ria_w`: Wireless features available when using the "Pico 2 W".
81+
- :doc:`vga`: Optional video adapter.
7882
- :doc:`os`: The operating system and application programming interface.
7983

84+
8085
`Please contribute to this documentation.
8186
<https://github.com/picocomputer/picocomputer.github.io>`_

0 commit comments

Comments
 (0)