https://github.com/CrownParkComputing/Sega-MegaDrive-Amiga-Ports - something new on my page
CrownParkComputing
16
Posts
35
Followers
10
Following
A member registered Apr 06, 2021 · View creator page →
Creator of
Sega's 1987 arcade classic running natively on your Amiga. Original 68000 code, AGA & RTG builds. You supply the ROMs.
Action
Recent community posts
#define RTG_MODE_ID 0x50FF1000UL
```
And the UAE config uses an 8-bit RTG screen:
```ini
gfx_width=864
gfx_height=486
gfx_colour_mode=32bit
gfxcard_type=ZorroIII
gfxcard_size=16
rtg_modes=0x3ffe
```
So the app opens a custom 8-bit Picasso96/uaegfx screen at `864x486`, using `BestModeID()` first, falling back to `0x50FF1000` if needed.













