| 25 | public: |
| 26 | void ParseMapFile(); |
| 27 | const char *GetName() const {return _name;} |
| 28 | const char *MapName( int address, MapAddressId id, int *lower=nullptr ); |
| 29 | const char *MapNameFromPhysical( int fAddress, int *lower=nullptr ) |
| 30 | { |
no outgoing calls
no test coverage detected