├── README.md ├── bulletins ├── 32X Technical Bulletin #10 - Free run timer initialization - [1994-09-23].pdf ├── 32X Technical Bulletin #14 - VDP shift bit precaution - [1994-09-23].pdf ├── 32X Technical Bulletin #27 - SH2 Interrupt Problems on the 32X - [1994-12-08].pdf └── 32X Technical Bulletin #9 - 68K interrupts & RV bit = 1 - [1994-09-23].pdf └── images └── tech_27.png /README.md: -------------------------------------------------------------------------------- 1 | # 32X DevKit 2 | 3 | ## Useful links 4 | 5 | # DevKit by Chilly Willy 6 | 7 | https://github.com/viciious/32XDK/releases 8 | 9 | # Wiki 10 | 11 | https://github.com/viciious/32XDK/wiki 12 | 13 | # Hardware specs 14 | 15 | http://www.tmeeco.eu/SMD/32x_hardware_manual.pdf 16 | 17 | https://segaretro.org/Sega_32X/Technical_specifications 18 | 19 | https://segaretro.org/File:SH7604_Hardware_Manual.pdf 20 | 21 | https://mode5.net/32x-DDK/32Xtoc.html 22 | 23 | # General 24 | 25 | https://segaretro.org/images/6/61/32X_Introduction_and_System_Features_-_26_-_04_-_1994.pdf 26 | 27 | http://techdocs.exodusemulator.com/Console/SegaMegaDrive/Documentation.html#32x-documentation 28 | 29 | http://gendev.spritesmind.net/forum/viewtopic.php?t=1157 30 | 31 | http://gendev.spritesmind.net/forum/viewtopic.php?t=67 32 | 33 | http://devster.monkeeh.com/sega/32xguide1.txt 34 | 35 | http://gendev.spritesmind.net/forum/viewtopic.php?t=1279 36 | 37 | http://gendev.spritesmind.net/forum/viewtopic.php?t=1455 38 | 39 | http://gendev.spritesmind.net/forum/viewtopic.php?t=1043 40 | 41 | https://devster.proboards.com/thread/648/cartridge-rom-size-32x-genesis 42 | 43 | http://gendev.spritesmind.net/forum/viewtopic.php?t=590 44 | 45 | [https://www.sega-16.com/forum/showthread.php?34312-busting-32x-performance-myths](https://www.google.com/url?q=https://web.archive.org/web/20220714133147/https://www.sega-16.com/forum/showthread.php?34312-busting-32x-performance-myths) 46 | 47 | http://gendev.spritesmind.net/forum/viewtopic.php?t=1157 48 | 49 | https://github.com/viciious/d32xr/commit/9492189ffcd222d5e8cc746e5dcdf9cf33e22a4a 50 | 51 | https://github.com/viciious/d32xr/commit/427cf1a7ea19bf9e1e2ae8c6b78080156265ddfc + 52 | https://github.com/viciious/d32xr/commit/dbd82421669f252af6ac1e032d3a9c7fab274fa0 53 | 54 | http://gendev.spritesmind.net/forum/viewtopic.php?f=4&t=3230 55 | 56 | http://gendev.spritesmind.net/forum/viewtopic.php?f=4&t=3229 57 | 58 | http://gendev.spritesmind.net/forum/viewtopic.php?f=4&t=3206 59 | 60 | http://cyberwarriorx.com/sh2-assembly-optimizations 61 | 62 | https://devblogs.microsoft.com/oldnewthing/20190805-00/?p=102749 63 | 64 | https://www.yumpu.com/en/document/read/29605339/implementing-a-remote-debugging-agent-using-the-gnu-debugger 65 | 66 | https://sourceforge.net/projects/gdbstubs/ 67 | 68 | https://opensource.apple.com/source/gdb/gdb-309/src/gdb/sh-stub.c.auto.html 69 | 70 | https://www.chibialiens.com/sh2/ 71 | 72 | # Graphics 73 | 74 | http://gendev.spritesmind.net/forum/viewtopic.php?t=1766 75 | 76 | http://gendev.spritesmind.net/forum/viewtopic.php?t=95 77 | 78 | http://gendev.spritesmind.net/forum/viewtopic.php?f=4&t=95&start=30 79 | 80 | http://gendev.spritesmind.net/forum/viewtopic.php?f=4&t=95&start=75 81 | 82 | http://gendev.spritesmind.net/forum/viewtopic.php?t=74 83 | 84 | http://gendev.spritesmind.net/forum/viewtopic.php?t=1147 85 | 86 | [https://www.sega-16.com/forum/showthread.php?11104-32x-graphics-modes](https://web.archive.org/web/20150725051144/http://www.sega-16.com/forum/showthread.php?11104-32x-graphics-modes) 87 | 88 | http://gendev.spritesmind.net/forum/viewtopic.php?t=1372 89 | 90 | https://forums.sonicretro.org/index.php?threads/32x-framebuffer-questions.19935/ 91 | 92 | http://gendev.spritesmind.net/forum/viewtopic.php?t=1372 93 | 94 | https://gendev.spritesmind.net/forum/viewtopic.php?t=3011 95 | 96 | https://blog.kaetemi.be/2015/04/01/practical-bayer-dithering/ 97 | 98 | # Audio 99 | 100 | https://forums.sonicretro.org/index.php?threads/interrupt-driven-dma-pwm-on-the-32x.29926/ 101 | 102 | https://gendev.spritesmind.net/forum/viewtopic.php?f=4&t=890 103 | 104 | [https://www.sega-16.com/forum/showthread.php?26052-32x-sound-programming](https://web.archive.org/web/20150725051454/http://www.sega-16.com/forum/showthread.php?26052-32x-sound-programming) 105 | 106 | http://gendev.spritesmind.net/forum/viewtopic.php?t=592 107 | 108 | https://gendev.spritesmind.net/forum/viewtopic.php?t=385 109 | 110 | https://gendev.spritesmind.net/forum/viewtopic.php?t=1403 111 | 112 | [https://www.sega-16.com/forum/archive/index.php/t-3317.html](https://web.archive.org/web/20161030072114/http://www.sega-16.com/forum/archive/index.php/t-3317.html) 113 | 114 | https://segaxtreme.net/threads/advanced-audio-compression-on-the-32x.17708/ 115 | 116 | # Tutorials 117 | 118 | http://gendev.spritesmind.net/forum/viewtopic.php?t=3024 119 | 120 | https://librixxxi.blogspot.com/search/label/32X 121 | 122 | # Projects 123 | 124 | https://github.com/gameblabla/32x-playground 125 | 126 | https://github.com/mic-/lusid-dreams 127 | 128 | https://github.com/viciious/d32xr 129 | 130 | https://github.com/ammianus/32xHomebrew 131 | 132 | https://github.com/andwn/marsdev 133 | 134 | https://github.com/haroldo-ok/the-question-vn32x 135 | 136 | https://github.com/haroldo-ok/BlocklyVN32X 137 | 138 | https://github.com/haroldo-ok/vn32x 139 | 140 | # Other stuff 141 | 142 | [https://www.sega-16.com/forum/showthread.php?27775-Virtua-Fighter-32x-Questions](https://web.archive.org/web/20161030072114/https://www.sega-16.com/forum/showthread.php?27775-Virtua-Fighter-32x-Questions) 143 | 144 | [https://www.sega-16.com/forum/showthread.php?18716-Yeti-3D/page5](https://web.archive.org/web/20150725063451/https://www.sega-16.com/forum/showthread.php?18716-Yeti-3D/page5) 145 | 146 | [https://mdshock.com/2020/06/16/the-story-of-the-hitachi-sh-2-and-the-sega-saturn/](https://mdshock.com/2020/06/16/the-story-of-the-hitachi-sh-2-and-the-sega-saturn/) 147 | 148 | [https://www.sega-16.com/forum/showthread.php?14038-Review-of-Retro-Gamer-s-32X-quot-Retroinspection-quot](https://web.archive.org/web/20150725063716/http://www.sega-16.com/forum/showthread.php?14038-Review-of-Retro-Gamer-s-32X-quot-Retroinspection-quot) 149 | 150 | [https://www.sega-16.com/forum/showthread.php?34266-32x-mod-player](https://web.archive.org/web/20150725063716/https://www.sega-16.com/forum/showthread.php?34266-32x-mod-player) 151 | 152 | -------------------------------------------------------------------------------- /bulletins/32X Technical Bulletin #10 - Free run timer initialization - [1994-09-23].pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/viciious/32XDK/e8457e07b26210fc7bcabf55ed17ad4ec4d66bf9/bulletins/32X Technical Bulletin #10 - Free run timer initialization - [1994-09-23].pdf -------------------------------------------------------------------------------- /bulletins/32X Technical Bulletin #14 - VDP shift bit precaution - [1994-09-23].pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/viciious/32XDK/e8457e07b26210fc7bcabf55ed17ad4ec4d66bf9/bulletins/32X Technical Bulletin #14 - VDP shift bit precaution - [1994-09-23].pdf -------------------------------------------------------------------------------- /bulletins/32X Technical Bulletin #27 - SH2 Interrupt Problems on the 32X - [1994-12-08].pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/viciious/32XDK/e8457e07b26210fc7bcabf55ed17ad4ec4d66bf9/bulletins/32X Technical Bulletin #27 - SH2 Interrupt Problems on the 32X - [1994-12-08].pdf -------------------------------------------------------------------------------- /bulletins/32X Technical Bulletin #9 - 68K interrupts & RV bit = 1 - [1994-09-23].pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/viciious/32XDK/e8457e07b26210fc7bcabf55ed17ad4ec4d66bf9/bulletins/32X Technical Bulletin #9 - 68K interrupts & RV bit = 1 - [1994-09-23].pdf -------------------------------------------------------------------------------- /images/tech_27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/viciious/32XDK/e8457e07b26210fc7bcabf55ed17ad4ec4d66bf9/images/tech_27.png --------------------------------------------------------------------------------