Rename SharedROM to SharedRom
This commit is contained in:
@@ -22,7 +22,7 @@ namespace emu {
|
||||
* @class Emulator
|
||||
* @brief A class for emulating and debugging SNES ROMs.
|
||||
*/
|
||||
class Emulator : public SharedROM {
|
||||
class Emulator : public SharedRom {
|
||||
public:
|
||||
void Run();
|
||||
|
||||
|
||||
@@ -265,7 +265,7 @@ struct BackgroundLayer {
|
||||
|
||||
const int kPpuClockSpeed = 5369318; // 5.369318 MHz
|
||||
|
||||
class Ppu : public Observer, public SharedROM {
|
||||
class Ppu : public Observer, public SharedRom {
|
||||
public:
|
||||
// Initializes the PPU with the necessary resources and dependencies
|
||||
Ppu(memory::Memory& memory, Clock& clock) : memory_(memory), clock_(clock) {}
|
||||
|
||||
Reference in New Issue
Block a user