avr_mdcart_sram_lite

view README.md @ 5:abb348704dec

reads/writes to memory, not tested in the megadrive yet
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 12 Mar 2017 04:27:43 +0200
parents 1f8683589ee8
children
line source
1 Megadrive USB cartridge prototype
2 =================================
4 Firmware for my prototype megadrive usb development cartridge, written to run
5 on an Atmel atmega644p AVR microcontroller.
7 License
8 -------
9 Firmware:
10 Copyright (C) 2017 John Tsiombikas <nuclear@member.fsf.org>
11 This program is free software. Feel free to use, modify, and/or redistribute it
12 under the term of the GNU General Public License v3, or at your option any later
13 version published by the Free Software Foundation. See LICENSE.firmware for
14 details.
16 Hardware:
17 Copyright (C) 2017 John Tsiombikas <nuclear@member.fsf.org>
18 Creative Commons Attribution Share-Alike (CC BY-SA). See LICENSE.hardware for
19 details.