Español abajo 日本語は以下
I developed the SEGA System 16 compatible cores in 2021. It was a difficult project because under that unifying System 16 name there are indeed many different arcade boards. For a starter, you have two different sprite and PCM sound approaches for the early System 16A boards and the later 16B ones. But even within the A and B models, there are many different protection systems. Some games have no protection at all, others have an Intel microcontroller, others have encryption in the main CPU (M68000) instructions (with two variants for this) and finally some have the encryption done in the sound CPU. Then you have different ROM banking approaches for graphics and different joystick input systems. Overall, these games are quite heterogenous and originally demanded 5 different cores to support them. In time, I was able to consolidate them into two single cores: JTS16 and JTS16B.
The Alpha team at that time made extensive testing at the time and reported many issues but I was not able to fix all of them at the time. Having at least a version of a given game working, made it less important to fix issues on other versions.
Yet some of the issues were ugly. Dynamite Dux character would get funky colors in stage 2, the truck in stage 9 of E-SWAT was unbeatable, some actions could lock up Golden Axe, there were occasional glitches in Cotton background, some games would start up in service mode… We had to come back to this and fix it.
I originally thought it would take a month to get over these issues but two years after the core release, the JTFRAME workflow is much better for debugging and I am more experienced too. So we have been able to fix pretty much all of them in two weeks. Thus we are making a service release, that will also add Y/C video output to the MiSTer version. We also add System 16A files for the Analogue Pocket.
Issues fixed
The remaining work on this core is about supporting some S16A titles that use the microcontroller and fixing the cocktail mode. There has been no demand for this from patrons, though. So that takes a bit less priority.
Español
En 2021 desarrollé los núcleos compatibles con SEGA System 16. Fue un proyecto difícil porque bajo el nombre unificador de System 16 hay muchas placas arcade diferentes. Para empezar, tienes dos enfoques diferentes de sprites y sonido PCM para las primeras placas System 16A y las posteriores 16B. Pero incluso dentro de los modelos A y B, hay muchos sistemas de protección diferentes. Algunos juegos no tienen ningún tipo de protección, otros tienen un microcontrolador Intel, otros tienen encriptación en las instrucciones de la CPU principal (M68000) (con dos variantes para esto) y finalmente algunos tienen la encriptación hecha en la CPU de sonido. Luego tienes diferentes enfoques de banca ROM para gráficos y diferentes sistemas de entrada de joystick. En general, estos juegos son bastante heterogéneos y originalmente exigían 5 núcleos diferentes para soportarlos. Con el tiempo, pude consolidarlos en dos únicos núcleos: JTS16 y JTS16B.
El equipo Alpha de la época realizó pruebas exhaustivas e informó de muchos problemas, pero no pude solucionarlos todos en su momento. Tener al menos una versión de un juego funcionando, hacía menos importante arreglar problemas en otras versiones.
Sin embargo, algunos de los problemas eran feos. El personaje de Dynamite Dux se ponía de colores raros en la fase 2, el camión de la fase 9 de E-SWAT era imbatible, algunas acciones podían bloquear Golden Axe, había fallos ocasionales en Cotton background, algunos juegos se iniciaban en modo servicio... Tuvimos que volver sobre esto y arreglarlo.
Al principio pensé que tardaría un mes en solucionar estos problemas, pero dos años después del lanzamiento del núcleo, el flujo de trabajo de JTFRAME es mucho mejor para depurar y yo también tengo más experiencia. Así que hemos podido solucionar prácticamente todos ellos en dos semanas. Así que estamos haciendo una versión de servicio, que también añadirá salida de vídeo Y/C a la versión MiSTer. También añadimos archivos del Sistema 16A para el Analogue Pocket.
Problemas solucionados
El trabajo restante en este núcleo consiste en dar soporte a algunos títulos S16A que utilizan el microcontrolador y arreglar el modo cóctel. Sin embargo, no ha habido demanda de esto por parte de los usuarios. Así que eso tiene un poco menos de prioridad.
日本語
私は2021年にセガ・システム16互換コアを開発しました。システム16という統一名称のもと、実に多くの異なるアーケードボードが存在するため、難しいプロジェクトでした。まず、初期のシステム16Aと後期のシステム16Bでは、スプライトとPCMサウンドのアプローチが異なります。しかし、AモデルとBモデルの中にも、さまざまなプロテクトシステムが存在していて、プロテクトがまったくないゲームもあれば、インテルマイクロコントローラーを使ったもの、メインCPU(M68000)命令で暗号化を行うもの(これには2つのバリエーションがある。)、そして最後にサウンドCPUで暗号化を行うものもあります。さらに、グラフィックやジョイスティック入力システムに対するROMバンクのアプローチも異なります。全体として、これらのゲームはかなり異種混合であり、もともとはそれらをサポートするために5つの異なるコアが必要でした。やがて、それらを2つのシングルコアに統合することができました。: JTS16とJTS16Bです。
当時のアルファチームは大規模なテストを行い、多くの問題を報告しましたが、当時はそのすべてを修正することはできませんでした。あるゲームの少なくとも1つのバージョンが動作していれば、他のバージョンの問題を修正する重要性は低くなります。
しかし、いくつかの問題はひどいものでした。ダイナマイトダックスのキャラクターがステージ2でファンキーな色になったり、E-SWATのステージ9のトラックが倒せなかったり、一部のアクションでゴールデンアックスがロックされたり、コットンのバックグラウンドで時々不具合が起きたり、サービスモードで起動するゲームがあったり......。
当初は、これらの問題を解決するのに1ヶ月はかかるだろうと思っていましたが、コア・リリースから2年が経ち、JTFRAMEのワークフローはデバッグにはるかに適していますし、私自身もこの2年でいろいろな経験を積みました。そのため、2週間でほぼすべてを修正することができました。そこで、MiSTerバージョンにY/Cビデオ出力を追加したサービスリリースを作成することにしました。また、アナログポケット用のシステム16Aファイルも追加します。
修正された問題点
このコアの残りの作業は、マイクロコントローラーを使用するいくつかのS16Aタイトルのサポートとカクテルモードの修正です。しかし、今のところ これらに対するパトロンからの要望はありません。そのため、優先順位はやや下がります。
JOTEGO
2023-08-10 17:44:42 +0000 UTCHattori Hanzo
2023-08-07 23:55:12 +0000 UTCLoBai Zen
2023-08-02 22:50:00 +0000 UTC