mirror of
				https://github.com/TomHarte/CLK.git
				synced 2025-10-31 05:16:08 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			245 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			245 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| //
 | |
| //  ROM.cpp
 | |
| //  Clock Signal
 | |
| //
 | |
| //  Created by Thomas Harte on 27/08/2016.
 | |
| //  Copyright 2016 Thomas Harte. All rights reserved.
 | |
| //
 | |
| 
 | |
| #include "Cartridge.hpp"
 | |
| 
 | |
| const size_t Storage::Cartridge::Cartridge::Segment::UnknownAddress = size_t(-1);
 | |
| 
 |