diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
deleted file mode 100644
index d259fc9..0000000
--- a/.github/FUNDING.yml
+++ /dev/null
@@ -1 +0,0 @@
-ko_fi: polprzewodnikowy
diff --git a/.github/sc64_v2_block_diagram.svg b/.github/sc64_v2_block_diagram.svg
index d068e3c..35515f2 100644
--- a/.github/sc64_v2_block_diagram.svg
+++ b/.github/sc64_v2_block_diagram.svg
@@ -1,4 +1,4 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/.github/sc64_v2_bottom.jpg b/.github/sc64_v2_bottom.jpg
deleted file mode 100644
index 3383337..0000000
Binary files a/.github/sc64_v2_bottom.jpg and /dev/null differ
diff --git a/.github/sc64_v2_example.jpg b/.github/sc64_v2_example.jpg
new file mode 100644
index 0000000..5a5ae41
Binary files /dev/null and b/.github/sc64_v2_example.jpg differ
diff --git a/.github/sc64_v2_top.jpg b/.github/sc64_v2_top.jpg
deleted file mode 100644
index 9e7d346..0000000
Binary files a/.github/sc64_v2_top.jpg and /dev/null differ
diff --git a/README.md b/README.md
index 384f71d..9a834fb 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,29 @@
-
# SC64 - an open source Nintendo 64 flashcart
-## High-level block diagram
+## Features
+ - 64 MB SDRAM memory for game and save data
+ - 16 MB FLASH memory for bootloader and extended game data
+ - 8 kB on-chip buffer for general use
+ - 25 MB/s peak transfer rate USB interface for data upload/download and debug functionality
+ - 25 MB/s peak transfer rate SD card interface
+ - EEPROM, SRAM and FlashRAM save types ~~with automatic writeback to SD card~~ (_not implemented yet_)
+ - Battery backed real time clock (RTC)
+ - Status LED and button for general use
+ - 64DD add-on emulation
+ - IS-Viewer 64 debug interface
+ - Software and firmware update via USB interface
+ - N64 bootloader with support for IPL2 registers spoofing and loading menu from SD card
+ - Enhanced [UltraCIC_C](https://github.com/jago85/UltraCIC_C) emulation with automatic region switching and programmable seed/checksum values
+ - PC app for communicating with flashcart (game/save data upload/download, feature enable control and debug console)
+ - [UNFLoader](https://github.com/buu342/N64-UNFLoader) support
+
+
+## High-level flashcart block diagram
[](.github/sc64_v2_block_diagram.svg)
## Finished sample
-[](.github/sc64_v2_top.jpg)
-
-[](.github/sc64_v2_bottom.jpg)
+[](.github/sc64_v2_example.jpg)