Tired of seeing the RCSID tags - they're supposed to come out of the source control system, but they don't any more.

This commit is contained in:
David Schmidt 2010-04-28 01:07:29 +00:00
parent cf73dc4d8b
commit e906aef693
42 changed files with 1 additions and 177 deletions

View File

@ -19,8 +19,6 @@
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
const char rcsid_adb_c[] = "@(#)$KmKId: adb.c,v 1.73 2004-11-14 14:05:33-05 kentd Exp $";
/* adb_mode bit 3 and bit 2 (faster repeats for arrows and space/del) not done*/
#include "adb.h"

View File

@ -19,8 +19,6 @@
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
const char rcsid_adb_h[] = "@(#)$KmKId: adb.h,v 1.11 2004-10-13 23:30:33-04 kentd Exp $";
#include "defc.h"
/* Format: a2code, ascii if no shift, ascii if shift, ascii if ctl */

View File

@ -19,8 +19,6 @@
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
const char rcsid_clock_c[] = "@(#)$KmKId: clock.c,v 1.31 2004-10-19 17:32:07-04 kentd Exp $";
#include "defc.h"
#include <time.h>
#ifdef _WIN32

View File

@ -19,7 +19,4 @@
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
const char rcsid_compile_time_c[] = "@(#)$KmKId: compile_time.c,v 1.2 2002-11-14 01:02:44-05 kadickey Exp $";
char g_compile_time[] = "Compiled: " __DATE__ " " __TIME__ ;
char g_compile_time[] = "Compiled: " __DATE__ " " __TIME__ ;

View File

@ -19,10 +19,6 @@
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifdef INCLUDE_RCSID_C
const char rcsid_config_h[] = "@(#)$KmKId: config.h,v 1.9 2004-11-12 23:10:28-05 kentd Exp $";
#endif
#define CONF_BUF_LEN 1024
#define COPY_BUF_SIZE 4096
#define CFG_PRINTF_BUFSIZE 2048

View File

@ -19,10 +19,6 @@
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifdef INCLUDE_RCSID_C
const char rcsid_defc_h[] = "@(#)$KmKId: defc.h,v 1.100 2004-11-09 02:02:07-05 kentd Exp $";
#endif
#include "defcomm.h"
#define STRUCT(a) typedef struct _ ## a a; struct _ ## a

View File

@ -19,14 +19,6 @@
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifdef INCLUDE_RCSID_C
const char rcsdif_defcomm_h[] = "@(#)$KmKId: defcomm.h,v 1.94 2004-10-13 21:53:44-04 kentd Exp $";
#endif
#if 0
# define CHECK_BREAKPOINTS
#endif
#define SHIFT_PER_CHANGE 3
#define CHANGE_SHIFT (5 + SHIFT_PER_CHANGE)
@ -178,4 +170,3 @@ const char rcsdif_defcomm_h[] = "@(#)$KmKId: defcomm.h,v 1.94 2004-10-13 21:53:4
#define A2_BORDER_COLOR_NUM 0xfe

View File

@ -19,14 +19,6 @@
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifdef INCLUDE_RCSID_S
.data
.export rcsdif_defs_h,data
rcsdif_defs_h
.stringz "@(#)$KmKId: defs.h,v 1.22 2002-11-19 03:10:38-05 kadickey Exp $"
.code
#endif
#include "defcomm.h"
link .reg %r2

View File

@ -20,13 +20,6 @@
*/
#ifdef ASM
# ifdef INCLUDE_RCSID_S
.data
.export rcsdif_defs_instr_h,data
rcsdif_defs_instr_h
.stringz "@(#)$KmKId: defs_instr.h,v 1.57 2004-01-10 15:49:14-05 kentd Exp $"
.code
# endif
# ifdef ACC8
.export defs_instr_start_8,data

View File

@ -19,8 +19,6 @@
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
const char rcsid_dis_c[] = "@(#)$KmKId: dis.c,v 1.103 2004-11-24 16:41:41-05 kentd Exp $";
#include <stdio.h>
#include "defc.h"
#include <stdarg.h>
@ -1202,4 +1200,3 @@ halt2_printf(const char *fmt, ...)
set_halt(2);
}

View File

@ -19,8 +19,6 @@
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
const char rcsid_disas_h[] = "@(#)$KmKId: disas.h,v 1.10 2002-11-19 03:10:38-05 kadickey Exp $";
enum {
ABS = 1,
ABSX,
@ -218,4 +216,3 @@ const word32 disas_types[256] = {
ABSXIND+0x200, ABSX+0x200, /* fc-fd */
ABSX+0x200, LONGX+0x300, /* fe-ff */
};

View File

@ -19,8 +19,6 @@
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
const char rcsid_engine_c_c[] = "@(#)$KmKId: engine_c.c,v 1.57 2004-12-03 23:51:01-05 kentd Exp $";
#include "defc.h"
#include "protos_engine_c.h"
@ -1033,5 +1031,3 @@ int defs_instr_start_16 = 0;
int defs_instr_end_16 = 0;
int op_routs_start = 0;
int op_routs_end = 0;

View File

@ -19,29 +19,15 @@
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
.data
.export rcsid_engine_s_s,data
rcsid_engine_s_s
.stringz "@(#)$KmKId: engine_s.s,v 1.155 2003-11-25 22:06:48-05 kentd Exp $"
.code
.level 1.1
#define INCLUDE_RCSID_S
#include "defs.h"
#undef INCLUDE_RCSID_S
#define ASM
#if 0
# define LOG_PC
# define ACCURATE_SLOW_MEM
# define DEBUG_TOOLBOX
#endif
/*
#define COUNT_GET_CALLS
*/
@ -176,9 +162,7 @@ rcsid_engine_s_s
.import set_memory16_pieces,code
.import set_memory24_pieces,code
#define INCLUDE_RCSID_S
#include "op_routs.h"
#undef INCLUDE_RCSID_S
.import do_break,code
.import do_cop,code
@ -1920,10 +1904,8 @@ sbc_decimal_16
#define ACC8
.code
#define INCLUDE_RCSID_S
#include "defs_instr.h"
#include "8inst_s.h"
#undef INCLUDE_RCSID_S
.code
#undef SYM
#undef ACC8
@ -2467,9 +2449,7 @@ sbc_decimal_16
.data
#define INCLUDE_RCSID_S
#include "8size_s.h"
#undef INCLUDE_RCSID_S
.export table8,data
table8
@ -2499,4 +2479,3 @@ slow_memory .block 128*1024
dummy_memory1 .block 3*1024
rom_fc_ff .block 256*1024
rom_cards .block 256*16

View File

@ -19,12 +19,6 @@
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifdef ASM
# ifdef INCLUDE_RCSID_S
.stringz "@(#)$KmKId: instable.h,v 1.104 2004-10-05 20:12:08-04 kentd Exp $"
# endif
#endif
inst00_SYM /* brk */
#ifdef ASM
ldb 1(scratch1),ret0

View File

@ -19,8 +19,6 @@
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
const char rcsid_iwm_c[] = "@(#)$KmKId: iwm.c,v 1.119 2004-11-21 17:44:14-05 kentd Exp $";
#include "defc.h"
extern int Verbose;
@ -1002,9 +1000,7 @@ iwm_write_data(Disk *dsk, word32 val, int fast_disk_emul, double dcycs)
#define IWM_CYC_MULT 1
#define IWM_DISK_525 0
#define INCLUDE_IWM_RCSID_C
#include "iwm_35_525.h"
#undef INCLUDE_IWM_RCSID_C
#undef IWM_READ_ROUT
#undef IWM_WRITE_ROUT
@ -2344,4 +2340,3 @@ iwm_show_a_track(Trk *trk)
printf("bit_sum: %d, expected: %d, overflow_size: %d\n",
sum, len*8/2, trk->overflow_size);
}

View File

@ -19,8 +19,6 @@
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
const char rcsid_joystick_driver_c[] = "@(#)$KmKId: joystick_driver.c,v 1.12 2004-10-17 21:28:48-04 kentd Exp $";
#include "defc.h"
#include <sys/time.h>

View File

@ -19,8 +19,6 @@
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
const char rcsid_macdriver_c[] = "@(#)$KmKId: macdriver.c,v 1.24 2004-11-14 10:23:29-05 kentd Exp $";
// Quartz: CreateCGContextForPort vs QDBeginCGContext
// Use CGDisplayMoveCursorToPoint(kCGDirectMainDisplay) to warp pointer

View File

@ -19,8 +19,6 @@
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
const char rcsid_macsnd_driver_c[] = "@(#)$KmKId: macsnd_driver.c,v 1.4 2003-10-17 15:57:40-04 kentd Exp $";
#include "defc.h"
#include "sound.h"

View File

@ -19,8 +19,6 @@
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
const char rcsid_moremem_c[] = "@(#)$KmKId: moremem.c,v 1.251 2004-11-19 01:55:50-05 kentd Exp $";
#include "defc.h"
#ifdef HAVE_TFE
@ -2433,4 +2431,3 @@ read_vid_counters(int loc, double dcycs)
}
return (mask | (lines_since_vbl & 0xff));
}

View File

@ -20,13 +20,6 @@
*/
#ifdef ASM
# ifdef INCLUDE_RCSID_S
.data
.export rcsdif_op_routs_h,data
rcsdif_op_routs_h
.stringz "@(#)$KmKId: op_routs.h,v 1.40 2004-01-10 15:49:46-05 kentd Exp $"
.code
# endif
.import get_mem_b0_16,code
.import get_mem_b0_8,code

View File

@ -19,8 +19,6 @@
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
const char rcsid_paddles_c[] = "@(#)$KmKId: paddles.c,v 1.14 2004-10-19 14:52:36-04 kentd Exp $";
#include "defc.h"
extern int g_mouse_raw_x; /* from adb.c */

View File

@ -19,11 +19,6 @@
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifdef INCLUDE_RCSID_C
const char rcsid_defc_h[] = "@(#)$Id: prodos.h,v 1.4 2002/11/19 07:49:31 kadickey Exp $";
#endif
typedef struct l2byte_st L2byte;
struct l2byte_st {
byte low;

View File

@ -19,8 +19,6 @@
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
const char rcsid_prodos_protos_h[] = "@(#)$Id: prodos_protos.h,v 1.4 2002/11/19 07:49:31 kadickey Exp $";
/* to_pro.c */
void flush_disk(ProDisk *disk);
void close_file(ProDisk *disk);

View File

@ -19,10 +19,6 @@
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifdef INCLUDE_RCSID_C
const char rcsid_protos_engine_c_h[] = "@(#)$KmKId: protos_engine_c.h,v 1.11 2004-10-11 22:48:16-04 kentd Exp $";
#endif
/* END_HDR */
/* engine_c.c */
@ -47,4 +43,3 @@ void set_halt_act(int val);
void clr_halt_act(void);
word32 get_remaining_operands(word32 addr, word32 opcode, word32 psr, Fplus *fplus_ptr);
int enter_engine(Engine_reg *engine_ptr);

View File

@ -19,8 +19,6 @@
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
const char rcsid_protos_mac_h[] = "@(#)$KmKId: protos_macdriver.h,v 1.11 2004-11-14 10:24:03-05 kentd Exp $";
/* END_HDR */
/* macdriver.c */
@ -52,4 +50,3 @@ void x_auto_repeat_off(int must);
void x_hide_pointer(int do_hide);
void x_full_screen(int do_full);
void update_main_window_size(void);

View File

@ -19,8 +19,6 @@
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
const char rcsid_protos_macsnd_driver_h[] = "@(#)$KmKId: protos_macsnd_driver.h,v 1.2 2003-11-19 19:57:02-05 kentd Exp $";
/* END_HDR */
/* macsnd_driver.c */
@ -28,4 +26,3 @@ void mac_snd_callback(SndChannelPtr snd_chan_ptr, SndCommand *in_sndcmd);
int mac_send_audio(byte *ptr, int in_size);
void child_sound_init_mac(void);
void macsnd_init(word32 *shmaddr);

View File

@ -19,8 +19,6 @@
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
const char rcsid_protos_x_h[] = "@(#)$KmKId: protos_xdriver.h,v 1.19 2004-11-15 16:24:13-05 kentd Exp $";
/* END_HDR */
/* xdriver.c */
@ -53,4 +51,3 @@ void x_update_modifier_state(int state);
void x_auto_repeat_on(int must);
void x_auto_repeat_off(int must);
void x_full_screen(int do_full);

View File

@ -19,8 +19,6 @@
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
const char rcsid_scc_c[] = "@(#)$KmKId: scc.c,v 1.44 2004-12-03 17:33:40-05 kentd Exp $";
#include "defc.h"
extern int Verbose;
@ -1269,4 +1267,3 @@ scc_write_data(int port, word32 val, double dcycs)
scc_maybe_tx_event(port, dcycs);
}

View File

@ -19,10 +19,6 @@
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifdef INCLUDE_RCSID_C
const char rcsid_scc_h[] = "@(#)$KmKId: scc.h,v 1.17 2004-12-03 14:03:12-05 kentd Exp $";
#endif
#include <ctype.h>
#ifdef _WIN32
@ -114,4 +110,3 @@ STRUCT(Scc) {
#define SCCMODEM_NOECHO 0x0001
#define SCCMODEM_NOVERBOSE 0x0002

View File

@ -19,8 +19,6 @@
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
const char rcsid_scc_macdriver_c[] = "@(#)$KmKId: scc_macdriver.c,v 1.5 2004-11-25 13:32:51-05 kentd Exp $";
/* This file contains the Mac serial calls */
#include "defc.h"

View File

@ -19,8 +19,6 @@
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
const char rcsid_scc_socket_driver_c[] = "@(#)$KmKId: scc_socket_driver.c,v 1.11 2004-12-06 19:42:09-05 kentd Exp $";
/* This file contains the socket calls */
#include "defc.h"

View File

@ -19,8 +19,6 @@
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
const char rcsid_scc_windriver_c[] = "@(#)$KmKId: scc_windriver.c,v 1.4 2004-11-19 02:00:46-05 kentd Exp $";
/* This file contains the Win32 COM1/COM2 calls */
#include "defc.h"

View File

@ -19,13 +19,9 @@
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
const char rcsid_sim65816_c[] = "@(#)$KmKId: sim65816.c,v 1.367 2004-11-22 02:39:26-05 kentd Exp $";
#include <math.h>
#define INCLUDE_RCSID_C
#include "defc.h"
#undef INCLUDE_RCSID_C
#ifdef HAVE_TFE
#include "tfe/tfesupp.h"
#include "tfe/protos_tfe.h"
@ -2530,4 +2526,3 @@ gsport_malloc_str(char *in_str)
return str;
}

View File

@ -19,10 +19,6 @@
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifdef INCLUDE_RCSID_S
.stringz "@(#)$KmKId: size_tab.h,v 1.13 2002-11-19 03:10:38-05 kadickey Exp $"
#else
.word inst00_SYM+1 /* brk */
.word inst01_SYM+1 /* ORA (Dloc,X) */
.word inst02_SYM+1 /* COP */
@ -281,5 +277,3 @@
.word instff_SYM+3 /* SBC Long,x */
.block 4*16
#endif

View File

@ -19,8 +19,6 @@
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
const char rcsid_smartport_c[] = "@(#)$KmKId: smartport.c,v 1.31 2004-11-12 23:10:50-05 kentd Exp $";
#include "defc.h"
extern int Verbose;
@ -778,4 +776,3 @@ do_c700(word32 ret)
engine.kpc = 0xff59; /* Jump to monitor, fix $36-$39 */
}
}

View File

@ -20,14 +20,7 @@
*/
#include "defc.h"
#define INCLUDE_RCSID_C
#include "sound.h"
#undef INCLUDE_RCSID_C
#if 0
# define DO_DOC_LOG
#endif
extern int Verbose;
extern int g_use_shmem;

View File

@ -19,10 +19,6 @@
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifdef INCLUDE_RCSID_C
const char rcsid_sound_h[] = "@(#)$KmKId: sound.h,v 1.17 2003-11-21 15:15:57-05 kentd Exp $";
#endif
#if !defined(_WIN32) && !defined(__CYGWIN__) && !defined (__OS2__)
# include <sys/ipc.h>
# include <sys/shm.h>
@ -68,4 +64,3 @@ int win32_send_audio(byte *ptr, int size);
int mac_send_audio(byte *ptr, int in_size);
void child_sound_init_mac();
void macsnd_init(word32 *shmaddr);

View File

@ -21,11 +21,6 @@
/* This file is included by video.c */
#ifndef SUPERHIRES_INCLUDED
const char rcsid_superhires_h[] = "@(#)$KmKId: superhires.h,v 1.9 2003-10-29 02:02:59-05 kentd Exp $";
# define SUPERHIRES_INCLUDED
#endif
void
SUPER_TYPE(byte *screen_data, int pixels_per_line, int y, int scan,
word32 ch_mask, int use_a2vid_palette, int mode_640)
@ -221,4 +216,3 @@ SUPER_TYPE(byte *screen_data, int pixels_per_line, int y, int scan,
}
}
}

View File

@ -19,8 +19,6 @@
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
const char rcsid_video_c[] = "@(#)$KmKId: video.c,v 1.135 2004-11-12 23:09:44-05 kentd Exp $";
#include <time.h>
#include "defc.h"

View File

@ -19,8 +19,6 @@
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
const char rcsid_win32snd_driver_c[] = "@(#)$KmKId: win32snd_driver.c,v 1.5 2002-11-19 03:09:59-05 kadickey Exp $";
#include "defc.h"
#include "sound.h"

View File

@ -19,8 +19,6 @@
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
const char rcsid_windriver_c[] = "@(#)$KmKId: windriver.c,v 1.11 2004-11-24 16:43:46-05 kentd Exp $";
/* Based on code from Chea Chee Keong from KEGS32, which is available at */
/* http://www.geocities.com/akilgard/kegs32 */

View File

@ -19,8 +19,6 @@
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
const char rcsid_xdriver_c[] = "@(#)$KmKId: xdriver.c,v 1.187 2004-11-15 16:24:19-05 kentd Exp $";
# if !defined(__CYGWIN__) && !defined(__POWERPC__)
/* No shared memory on Cygwin */
# define X_SHARED_MEM