The hackaday article makes it clear that the NOAC is purely the red board, the green one has the controller interfaces and output processing etc.
Today if you wanted a little gadget to sit on your shelf and let you play classic games from the early console era, you’d likely reach for the Raspberry Pi. With slick emulator front-ends lik…
The main IC could be either some form of embedded 6502, or eg. something like an ARM based MCU emulating the 6502 and other functions for sound etc.
There are many of those available, as used in cheap mobile phones, that have RAM, sound and video etc. all in the one IC - and plenty powerful enough to emulate a 6502.
I can find eg. MSM8960 for less than $5 at one-off; that was pretty much the most powerful mobile phone system chip there was, about ten years ago.
Qualcomm Snapdragon S4 MSM8960 datasheet: 2012, Multi-core Application Processor with Modem, 32 bit, dual-core, mobile (LP) DDR2 SDRAM, 8 Gbyte/s, 16 Kbyte I-Cache, 16 Kbyte D-Cache, 1024 Kbyte L2, 28 nm, Qualcomm Adreno 225 GPU, 400 MHz GPU, CSD 9.6 kbps, GPRS (Class unspecified), EDGE (Class...
phonedb.net
There are likely far cheaper ones available for mass production.
The controllers are a hell of a lot more than "a shift register" as the nRF2401 is a two-way fully programmable RF link device.
It will have an MCU of some sort to manage it, set up the channel selection, handle controller link up etc.