• R/O
  • HTTP
  • SSH
  • HTTPS

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Motorola M6800 (6800) Exorciser / SWTPC emulator plus 6801 instruction set emulation


File Info

Rev. 92ef8a291a6240887b19ec9117ea774aba59ea9a
Size 996 bytes
Time 2022-09-03 00:57:21
Author Joel Matthew Rees
Log Message

Fixing the embarrassing CPX bug -- C flag, etc.

Content

/*	Configurations include file
 *      for modifications to Joseph H. Allen's Exorsim
 *	This file copyright 2020 Joel Matthew Rees
 *
 * This is free software; you can redistribute it and/or modify it under the 
 * terms of the GNU General Public License as published by the Free Software 
 * Foundation; either version 1, or (at your option) any later version.  
 *
 * It is distributed in the hope that it will be useful, but WITHOUT ANY 
 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 
 * FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more 
 * details.  
 * 
 * You should have received a copy of the GNU General Public License along with 
 * this software; see the file COPYING.  If not, write to the Free Software Foundation, 
 * 675 Mass Ave, Cambridge, MA 02139, USA.
 */


#ifndef EXORSIM_H
#define EXORSIM_H


#define SIM6801 0x6800 /* Set 0x6801 by command-line flags. */


#ifndef EXORSIM_C
	extern unsigned cputype;
#endif


#endif