Changeset 0580615 in buchla-68k for ram/enterit.c


Ignore:
Timestamp:
07/08/2017 02:42:31 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
342a56f
Parents:
46d8069
Message:

Point of no return.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/enterit.c

    r46d8069 r0580615  
    7272*/
    7373
    74 enterit()
     74void enterit(void)
    7575{
    7676        if (NOT astat)                                  /* only on closures */
     
    110110*/
    111111
    112 short
    113 nokey()
     112short nokey(void)
    114113{
    115114        return(FALSE);
     
    126125*/
    127126
    128 cmvgen()
     127void cmvgen(void)
    129128{
    130129        register short nc, newrow, newcol, newpos;
     
    234233*/
    235234
    236 short
    237 crxrate(cv)
    238 register short cv;
     235short crxrate(short cv)
    239236{
    240237        register short cs;
     
    269266*/
    270267
    271 short
    272 cryrate(cv)
    273 register short cv;
     268short cryrate(short cv)
    274269{
    275270        register short cs;
     
    304299*/
    305300
    306 cmfix()
     301void cmfix(void)
    307302{
    308303        register short acx, acy, scx, scy;
     
    358353*/
    359354
    360 cxkstd()
     355void cxkstd(void)
    361356{
    362357        trkball = FALSE;
     
    421416*/
    422417
    423 cykstd()
     418void cykstd(void)
    424419{
    425420        trkball = FALSE;
     
    484479*/
    485480
    486 stdmkey()
     481void stdmkey(void)
    487482{
    488483        if (astat) {
     
    499494*/
    500495
    501 stddkey()
     496void stddkey(void)
    502497{
    503498        if (infield(stcrow, stccol, curfet)) {
     
    530525*/
    531526
    532 cxgen()
     527void cxgen(void)
    533528{
    534529        cxval += cxrate;
     
    548543*/
    549544
    550 cygen()
     545void cygen(void)
    551546{
    552547        cyval += cyrate;
Note: See TracChangeset for help on using the changeset viewer.