Add PCRegisterName to IDisassemblable
This commit is contained in:
parent
10e38e7bc9
commit
7cc3fdec4b
|
@ -12,6 +12,11 @@ namespace BizHawk.Emulation.Common
|
|||
/// </summary>
|
||||
string Cpu { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Returns the name of the Program Counter Register for the current Cpu
|
||||
/// </summary>
|
||||
string PCRegisterName { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets a list of Cpus that can be used when setting the Cpu property
|
||||
/// </summary>
|
||||
|
|
Loading…
Reference in New Issue