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

    r46d8069 r0580615  
    3838*/
    3939
    40 ctcpos(row, col)
    41 register short row, col;
     40void ctcpos(short row, short col)
    4241{
    4342        register short nrow;
     
    7170*/
    7271
    73 ctcoff()
     72void ctcoff(void)
    7473{
    7574        if (v_regs[5] & 0x0180)         /* point at the control bank */
     
    8887*/
    8988
    90 ctcon()
     89void ctcon(void)
    9190{
    9291        if (v_regs[5] & 0x0180)         /* point at the control bank */
     
    110109*/
    111110
    112 mtcpos(row, col)
    113 register short row, col;
     111void mtcpos(short row, short col)
    114112{
    115113        if (v_regs[5] & 0x0180)                 /* point at the control bank */
     
    142140*/
    143141
    144 mtcoff()
     142void mtcoff(void)
    145143{
    146144        if (v_regs[5] & 0x0180)         /* point at the control bank */
Note: See TracChangeset for help on using the changeset viewer.