2012-03-23 20:30:31 +00:00
< html >
< head >
< title > .fcm< / title >
< meta http-equiv = "Content-Type" content = "text/html; charset=UTF-8" >
2012-08-08 15:00:14 +00:00
< meta name = "generator" content = "HelpNDoc Personal Edition 3.6.0.345" >
2012-03-23 20:30:31 +00:00
< link type = "text/css" rel = "stylesheet" media = "all" href = "css/reset.css" / >
< link type = "text/css" rel = "stylesheet" media = "all" href = "css/base.css" / >
< link type = "text/css" rel = "stylesheet" media = "all" href = "css/hnd.css" / >
<!-- [if lte IE 8]>
< link type = "text/css" rel = "stylesheet" media = "all" href = "css/ielte8.css" / >
<![endif]-->
2012-07-01 14:11:24 +00:00
< style type = "text/css" >
#topic_header
{
background-color: #EFEFEF;
}
< / style >
2012-03-23 20:30:31 +00:00
< script type = "text/javascript" src = "js/jquery.min.js" > < / script >
< script type = "text/javascript" src = "js/hnd.js" > < / script >
2012-08-08 15:00:14 +00:00
< script type = "text/javascript" >
2012-03-23 20:30:31 +00:00
if (top.frames.length == 0)
2012-07-01 14:11:24 +00:00
{
var sTopicUrl = top.location.href.substring(top.location.href.lastIndexOf("/") + 1, top.location.href.length);
top.location.href = "fceux.html?" + sTopicUrl;
}
2012-03-23 20:30:31 +00:00
else if (top & & top.FrameTOC & & top.FrameTOC.SelectTocItem)
2012-07-01 14:11:24 +00:00
{
top.FrameTOC.SelectTocItem("fcm");
}
2012-03-23 20:30:31 +00:00
< / script >
< / head >
< body >
< div id = "topic_header" >
< div id = "topic_header_content" >
< h1 > .fcm< / h1 >
< div id = "topic_breadcrumb" >
< a href = "Technicalinformation.html" > Technical Information< / a > › › < a href = "Movieformats.html" > Movie & Savestate formats< / a > › › < / div >
< / div >
< div id = "topic_header_nav" >
< a href = "Movieformats.html" > < img src = "img/arrow_up.png" alt = "Parent" / > < / a >
< a href = "fm2.html" > < img src = "img/arrow_left.png" alt = "Previous" / > < / a >
< a href = "fcs.html" > < img src = "img/arrow_right.png" alt = "Next" / > < / a >
< / div >
< div class = "clear" > < / div >
< / div >
< div id = "topic_content" >
< p > < span class = "rvts12" > FCE Ultra Movie File Format< / span > < / p >
< p > - Updated March 22, 2004< / p >
2012-08-08 15:00:14 +00:00
< p > < br / > < / p >
2012-03-23 20:30:31 +00:00
< p > The FCM file format is a somewhat "joined" file format. The first part of a FCM< / p >
< p > file will contain an FCS-format state save. After this data, the FCM-specific data< / p >
< p > begins, which is being referred to from this point.< / p >
2012-08-08 15:00:14 +00:00
< p > < br / > < / p >
< p > < br / > < / p >
2012-03-23 20:30:31 +00:00
< p > Currently, the only supported input scheme for a FCM is four joysticks.< / p >
2012-08-08 15:00:14 +00:00
< p > < br / > < / p >
2012-03-23 20:30:31 +00:00
< p > The FCM data consists of a stream of joystick commands:< / p >
2012-08-08 15:00:14 +00:00
< p > < br / > < / p >
2012-03-23 20:30:31 +00:00
< p > dLLjjbbb< / p >
2012-08-08 15:00:14 +00:00
< p > < br / > < / p >
2012-03-23 20:30:31 +00:00
< p > d = Dummy update, if set. Used to reset frame timestamp.< / p >
< p > LL = timestamp length, in bytes(maximum of 3 bytes).< / p >
< p > jj = Which joystick(0-3).< / p >
< p > bbb = Which button(0-7).< / p >
2012-08-08 15:00:14 +00:00
< p > < br / > < / p >
2012-03-23 20:30:31 +00:00
< p > If the dummy update bit is set, a command can also have occurred. Look at the< / p >
< p > lower 5 bits:< / p >
< p > 0 = Just a dummy update.< / p >
< p > 1 = Reset< / p >
< p > 2 = Power< / p >
2012-08-08 15:00:14 +00:00
< p > < br / > < / p >
2012-03-23 20:30:31 +00:00
< p > The timestamp is stored after the joystick command, in LSB-first format. It is< / p >
< p > the number of frames since the last event. A timestamp length of "0" is valid, to< / p >
< p > be used when several different buttons need to change state at the same time(same frame,< / p >
< p > at least).< / p >
2012-08-08 15:00:14 +00:00
< p > < br / > < / p >
< p class = "rvps2" > < span class = "rvts13" > Created with the Personal Edition of HelpNDoc: < / span > < a class = "rvts14" href = "http://www.helpndoc.com/help-authoring-tool" > Create HTML Help, DOC, PDF and print manuals from 1 single source< / a > < / p >
2012-03-23 20:30:31 +00:00
< / div >
< div id = "topic_footer" >
< div id = "topic_footer_content" >
2012< / div >
< / div >
< / body >
< / html >