The purpose of this repo is to give examples of (simple) cores for the MEGA65 based on the MiSTer2MEGA platform. This latter platform makes many tasks easier, in that the framework provides convenient interface to
- HDMI output
- Keyboard interface
- External memory (HyperRAM or SDRAM)
- On-Screen Menu
This is Conway's Game-Of-Life simulator.
This solves the N-queens problem, i.e. placing N queens on an N-by-N chess board, such that no queens can see each other.
This generates a nice visual effect using Voronoi patterns.
This provides a real-time rendering of Mandelbrot images with continuous zoom and pan.