|
|
1.1 root 1: //
2: // nono
3: // Copyright (C) 2020 [email protected]
4: //
5:
6: #pragma once
7:
8: #include "romimg.h"
9:
10: class FuseROMDevice : public ROMDevice
11: {
12: typedef ROMDevice inherited;
13: public:
14: FuseROMDevice();
15: virtual ~FuseROMDevice();
16:
17: bool Init();
18:
19: private:
20: uint8 src[1024];
21: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.