Changeset 0580615 in buchla-68k for ram/msl.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/msl.c

    r46d8069 r0580615  
    157157*/
    158158
    159 clk_ped(stat)
    160 short stat;
     159void clk_ped(short stat)
    161160{
    162161        if (stat)
     
    170169*/
    171170
    172 pch_ped(stat)
    173 short stat;
     171void pch_ped(short stat)
    174172{
    175173        if (stat AND pchsw)
     
    187185*/
    188186
    189 msl()
     187void msl(void)
    190188{
    191189        register char *ioadr;
Note: See TracChangeset for help on using the changeset viewer.