mirror of
https://github.com/holub/mame
synced 2025-07-03 17:08:39 +03:00
[patinho] indentation / comments cleanup
This commit is contained in:
parent
864f32d774
commit
f387764de1
@ -31,7 +31,10 @@ protected:
|
|||||||
/* processor registers */
|
/* processor registers */
|
||||||
unsigned char m_acc; /* accumulator (8 bits) */
|
unsigned char m_acc; /* accumulator (8 bits) */
|
||||||
unsigned int m_pc; /* program counter (12 bits)
|
unsigned int m_pc; /* program counter (12 bits)
|
||||||
(CI stands for "Contador de Instrucao") */
|
* Actual register name is CI, which
|
||||||
|
* stands for "Contador de Instrucao"
|
||||||
|
* or "instructions counter".
|
||||||
|
*/
|
||||||
unsigned char m_idx;
|
unsigned char m_idx;
|
||||||
|
|
||||||
/* processor state flip-flops */
|
/* processor state flip-flops */
|
||||||
|
Loading…
Reference in New Issue
Block a user