Annotation of nono/vm/x68krom.h, revision 1.1.1.1

1.1       root        1: //
                      2: // nono
                      3: // Copyright (C) 2019 [email protected]
                      4: //
                      5: 
                      6: #pragma once
                      7: 
                      8: #include "rom.h"
                      9: 
                     10: class IPLROM1Device
                     11:        : public ROMDevice
                     12: {
                     13:        typedef ROMDevice inherited;
                     14:  public:
                     15:        IPLROM1Device();
                     16:        virtual ~IPLROM1Device();
                     17: 
                     18:        virtual bool Init();
                     19: };
                     20: 
                     21: class IPLROM2Device
                     22:        : public ROMDevice
                     23: {
                     24:        typedef ROMDevice inherited;
                     25:  public:
                     26:        IPLROM2Device();
                     27:        virtual ~IPLROM2Device();
                     28: 
                     29:        virtual bool Init();
                     30: };
                     31: 
                     32: class CGROMDevice
                     33:        : public ROMDevice
                     34: {
                     35:        typedef ROMDevice inherited;
                     36:  public:
                     37:        CGROMDevice();
                     38:        virtual ~CGROMDevice();
                     39: 
                     40:        virtual bool Init();
                     41: };

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.