|
|
1.1 ! root 1: // ! 2: // nono ! 3: // Copyright (C) 2020 [email protected] ! 4: // ! 5: ! 6: #include "header.h" ! 7: #include "m88100.h" ! 8: ! 9: // コンストラクタ ! 10: m88kcpu::m88kcpu() ! 11: { ! 12: } ! 13: ! 14: // デストラクタ ! 15: m88kcpu::~m88kcpu() ! 16: { ! 17: } ! 18: ! 19: /*static*/ const char * const m88100reg::sipname[3] = { ! 20: "sxip", "snip", "sfip", ! 21: }; ! 22: ! 23: // ! 24: // m88200 ! 25: // ! 26: ! 27: // コンストラクタ ! 28: m88200::m88200() ! 29: { ! 30: } ! 31: ! 32: // デストラクタ ! 33: m88200::~m88200() ! 34: { ! 35: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.