Changeset 526a993 in buchla-68k for rom


Ignore:
Timestamp:
07/10/2017 07:25:34 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
2340de6
Parents:
e877e55
Message:

Wording change.

Location:
rom
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • rom/booter.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        booter.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    612/*
    713   =============================================================================
    8         booter.c -- global variables
     14        external variables
    915   =============================================================================
    1016*/
     
    2632/*
    2733   =============================================================================
    28         booter.c -- global functions
     34        external functions
    2935   =============================================================================
    3036*/
  • rom/romp.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        romp.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    713/*
    814   =============================================================================
    9         romp.c -- global variables
     15        external variables
    1016   =============================================================================
    1117*/
     
    7581/*
    7682   =============================================================================
    77         romp.c -- global functions
     83        external functions
    7884   =============================================================================
    7985*/
Note: See TracChangeset for help on using the changeset viewer.