Add PCRegisterName to IDisassemblable

This commit is contained in:
adelikat 2014-12-14 17:27:45 +00:00
parent 10e38e7bc9
commit 7cc3fdec4b
1 changed files with 5 additions and 0 deletions

View File

@ -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>