惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Y
Y Combinator Blog
B
Blog
S
SegmentFault 最新的问题
Vercel News
Vercel News
博客园 - 聂微东
宝玉的分享
宝玉的分享
C
Check Point Blog
有赞技术团队
有赞技术团队
IT之家
IT之家
V
V2EX
爱范儿
爱范儿
GbyAI
GbyAI
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Microsoft Azure Blog
Microsoft Azure Blog
P
Proofpoint News Feed
博客园 - 司徒正美
博客园_首页
Last Week in AI
Last Week in AI
博客园 - 叶小钗
量子位
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
F
Fortinet All Blogs
腾讯CDC
J
Java Code Geeks

Hacker News

GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis Bonsai 1-bit WebGPU - a Hugging Face Space by webml-community Moving a large-scale metrics pipeline from StatsD to OpenTelemetry / Prometheus GitHub - Nightmare-Eclipse/RedSun: The Red Sun vulnerability repository GitHub - SethPyle376/hiraeth: Local AWS emulator focused on fast integration testing, with SQS support, SQLite-backed state, and a debug-friendly web UI. GitHub - macOS26/Agent: Any AI, replaces Claude Code, Cursor, OpenClaw. Over 18 LLM providers (Claude, OpenAI, Gemini, Ollama, Zai, HF, Qwen) wired into a native Mac app that writes code, builds Xcode projects, bumps versions, manages git, automates Safari, use AppleScript, JS or Accessibility, extend Agent! w/ MCP Servers, run tasks from your iPhone via Messages. YouTube now lets you turn off Shorts I Made a Terminal Pager Burgers | マクドナルド公式 Commands — HackerNews CLI documentation ChatGPT for Excel PiCore - Raspberry Pi Port of Tiny Core Linux Live Nation illegally monopolized ticketing market, jury finds Google Broke Its Promise to Me. Now ICE Has My Data. Founding Engineer at Adaptional | Y Combinator CRISPR takes important step toward silencing Down syndrome’s extra chromosome GitHub - saffron-health/libretto: The AI toolkit for building reliable browser automations US v. Heppner (S.D.N.Y. 2026) no attorney-client privilege for AI chats [pdf] Retrofitting JIT Compilers into C Interpreters IPv6 – Google The Accursèd Alphabetical Clock Cybersecurity Looks Like Proof of Work Now Fragments: April 14 Cal.com Goes Closed Source: Why AI Security Is Forcing Our Decision | Cal.com - Scheduling Software for Online Bookings Laravel raised money and now injects ads directly into your agent When moving fast, talking is the first thing to break Too much Discussion of the XOR swap trick – Heather Cafe Introduction to Spherical Harmonics for Graphics Programmers The Grand Line
GitHub - decrazyo/anes: Advanced Nintendo Entertainment S...
2026-06-24 · via Hacker News

This repo outlines the process for modding the NES to use 2 PPUs for advanced graphical features. I don't expect anyone to actually bother building this so the docs might be kind of half-assed at times. Check out my modified fork of Mesen2 if you'd like to play with this concept without modding your NES. See the related projects section for some demos that take advantage of the dual-PPU setup.

Watch the video!

Features

  • More colors!
  • More sprites!
  • Parallax scrolling!

Schematics

Dual PPU schematic
NES schematic
KiCad files can be found in the hardware directory.

Materials

You'll want to start with two consoles. One to modify and another as a parts donor.

quantity location part number description
2 U1, U2 RP2C02 PPUs desoldered from both consoles
1 U3 AS6C6264-55PCN Static RAM for PPU2
1 U4 74LS373 Address latch desoldered from donor console
1 U5 74LS139 Demultiplexer desoldered from donor console
1 U1 EMS-26405 40 pin wire wrap socket for PPU1
2 J1 20 pin female pin headers to receive the wire wrap socket
1 U5/J3 16 pin socket for 74LS139
4 RN1 10K 1/4 watt EXT pull down resitors
1 6x8cm prototype board
1 U2 40 pin socket for PPU2 (optional)
1 U3 28 pin socket for AS6C6264-55PCN (optional)
1 U4 20 pin socket for 74LS373 (optional)

Build

1. Cut Prototype Board

The 6x8cm prototype boards listed in the materials section is slightly too large and interferes with the expansion port.
PPU location

2. Desolder the Following

  1. RP2C02 (U5) from the console you want to modify and your donor console.
    PPU location
  2. 74LS373 (U2) from your donor console.
    Latch location
  3. 74LS139 (U3) from your donor console.
    Demultiplexer location

3. Move Capacitors

These capacitors may be in the way of the dual-PPU board. Demultiplexer location
Fold them down flat or relocate them to the other side of the motherboard. Demultiplexer location

4. Solder Headers

Solder 2 20 pin female headers where the PPU used to be.

5. Build the Dual-PPU Board

Follow the provided schematics and photos to assemble the dual-PPU board. Good luck.
Demultiplexer location
Demultiplexer location

4. Install the Demultiplexer

remove pins 6, 7, 9, 10, 11, 12, 13, 14, and 15 from a 16 pin IC socket. Bend pins 2, 3, 4, and 5 out horizontally. Attach the socket on top of the console's 74LS139, soldering the remaining pins 1, 8, and 16. Solder a jumper wire from pin 2 of the socket to CPU address line A12 Demultiplexer location
Solder a jumper wire from pin 3 of the socket to the console's 74LS139 pin 5 Demultiplexer location
Solder a jumper wire from pins 4 and 5 of the socket to the /CE pins of PPU1 and PPU2 respectively.
Install your donor 74LS139 in the socket.
Demultiplexer location

5. Install Dual-PPU board

Plug the dual-PPU board into the female pin headers. You're done.

Related Projects