saturnng/x_func.msf
2022-03-21 11:05:59 +01:00

46 lines
1.4 KiB
Text

$ .+
$ .identifier : $Id: x_func.msf,v 4.1 2000/12/11 09:54:19 cibrario Rel $
$ .context : SATURN, Saturn CPU / HPxx emulator
$ .title : $RCSfile: x_func.msf,v $
$ .kind : Message catalog source
$ .author : Ivan Cibrario B.
$ .site : CSTV-CNR
$ .creation : 3-Nov-2000
$ .keywords : *
$ .description :
$ Message catalog source file for the emulator's extended functions.
$ .notes :
$ . $Log: x_func.msf,v $
$ . Revision 4.1 2000/12/11 09:54:19 cibrario
$ . Public release.
$ .
$ . Revision 3.14 2000/11/13 11:14:19 cibrario
$ . Implemented fast load/save; improved keyboard interface emulation at
$ . high emulated CPU speed:
$ .
$ . - Added new messages: 105, 106, 107, 202, 203, 303, 501, 502
$ .
$ . Revision 3.13 2000/11/09 11:42:22 cibrario
$ . *** empty log message ***
$ .
$ .-
$set 1
18 X_Func
$set 18
101 Function [%s] called
102 Emulator's extended function #[%01X]
103 Emulator speed set to [%d]MHz
104 Emulator at maximum speed
105 Transferring [%s]
106 Kget START[%05X] END[%05X] HDR[%s]
107 Send START[%05X] END[%05X] HDR[%s]
201 Invalid function code #[%01X] ignored
202 Operation aborted by user
203 Operation failed
301 Cpu Halt requests not allowed.\n\tRebuild with CPU_SPIN_SHUTDN undefined in config.h
302 Cpu speed control not available.\n\tRebuild with REAL_CPU_SPEED defined in config.h
303 Can't determine binary header for hw [%s]
501 Load object from disk...
502 Save object to disk...