diff options
| author | 2013-09-17 06:47:03 +0000 | |
|---|---|---|
| committer | 2013-09-17 06:47:03 +0000 | |
| commit | 96aa5e1c086b4927456dc88b925d8ec112f0482e (patch) | |
| tree | f59d136c51d4a065f39e3ab0d73981526c4d156b /src/emu/cpu/es5510/es5510.h | |
| parent | a7d12daf5b4c3374e8ad47a003ac7fff73d5c8fc (diff) | |
Cleanups and version bumpmame0150
Diffstat (limited to 'src/emu/cpu/es5510/es5510.h')
| -rw-r--r-- | src/emu/cpu/es5510/es5510.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/emu/cpu/es5510/es5510.h b/src/emu/cpu/es5510/es5510.h index 6e73e4e1542..974c8511705 100644 --- a/src/emu/cpu/es5510/es5510.h +++ b/src/emu/cpu/es5510/es5510.h @@ -152,8 +152,8 @@ private: INT16 ser2l; INT16 ser3r; INT16 ser3l; - INT64 machl; // 48 bits, right justified and sign extended - bool mac_overflow; // whether reading the MAC register should return a saturated replacement value + INT64 machl; // 48 bits, right justified and sign extended + bool mac_overflow; // whether reading the MAC register should return a saturated replacement value INT32 dil; INT32 memsiz; INT32 memmask; @@ -165,8 +165,8 @@ private: INT32 dbase; INT32 sigreg; int mulshift; - INT8 ccr; // really, 5 bits, left justified - INT8 cmr; // really, 6 bits, left justified + INT8 ccr; // really, 5 bits, left justified + INT8 cmr; // really, 6 bits, left justified INT32 dol[2]; int dol_count; |
