1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

gitWatch > TIME_BETWEEN_SECTORS / TIME_PER_SECTOR

Last updated at Posted at 2015-05-31

https://github.com/mamedev/mame/commit/3a1d3b2b22ca0ef92cde27ddb24826e2d11ee6a7
のcommitにて

TIME_BETWEEN_SECTORS

としていたのを

TIME_PER_SECTOR

に変更している (to avoid missed interrupts)。

between sectorsであった時、解釈として以下があると思う。

  1. 1つのsectorが終了してから、次のsectorが始まるまでの時間
  2. 1つのsector開始から、そのsector終了までの時間 (そのsectorと次のsectorの間の時間は0と仮定)

per sectorsとすることで、上記2の意味であるというように解釈が一意となる。

ところで、commit messageのmissed interrupts(割り込み)はmissed interpretation(解釈)の書き間違いではないかと思う。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?