Update README.md

This commit is contained in:
2026-02-21 23:13:06 +00:00
parent f8a636677a
commit e1448a7a33

View File

@@ -3,7 +3,7 @@
## Overview ## Overview
This is a place where I mess around with developing for the Nintendo Entertainment System. It is written completely in 6502 assembly, compiled to the iNES ROM format with [CA65](https://cc65.github.io/). This is a place where I mess around with developing for the Nintendo Entertainment System. It is written completely in 6502 assembly, compiled to the iNES ROM format with [CA65](https://cc65.github.io/).
My main source of documentation is the [NESDev wiki](https://www.nesdev.org/wiki/Nesdev_Wiki), and the project structure is a heavily modified of [this NES project template](https://github.com/bbbradsmith/NES-ca65-example/tree/master). My main source of documentation is the [NESDev wiki](https://www.nesdev.org/wiki/Nesdev_Wiki), and the project structure is a heavily modified version of [this NES project template](https://github.com/bbbradsmith/NES-ca65-example/tree/master).
## Features ## Features
> [!NOTE] > [!NOTE]