カテゴリ 重要度 ステータス 解決状況 登録日時 最終更新
ゲームプレイ解決済み修正済み2017-11-23 05:312017-11-23 23:42
 
テスターMrGW担当者hapソースtechnos/ddragon.cpp
バージョン0.191発生バージョン修正バージョン0.192
修正コミットプルリク
フラグ実機・資料検証済み
セット
セット詳細
dragon - Dragon
 
概 要動作が速すぎる。
詳 細Best guess is this in dragon.cpp:

static MACHINE_CONFIG_START( dragon_base )
MCFG_DEVICE_MODIFY(":")
MCFG_DEVICE_CLOCK(XTAL_4_433619MHz)

// basic machine hardware
MCFG_CPU_ADD("maincpu", M6809E, DERIVED_CLOCK(1, 1))

My MAME-fu is poor, but looks like CPU clock being derived from PAL colour
subcarrier frequency. Of course, CPU rate should be a subdivision of
SAM rate depending on its settings as per CoCo.
再現手順Reproduce by just running anything on a dragon32 or dragon64.
追加情報Ciaran Anscomb (XRoar author) discovered this issue and provided his initial analysis of what he believes is causing the issue.
 
添付ファイル