diff options
| author | 2011-02-28 09:27:05 +0000 | |
|---|---|---|
| committer | 2011-02-28 09:27:05 +0000 | |
| commit | 9ef0bcf8f2cb40d88ee35567d1850f41812b5bb4 (patch) | |
| tree | b8d40ccf79f4f7845c1fd99233e8270be0b031a8 /src/emu/machine | |
| parent | 173642d46ca44e7c930f9fe88e0e828ec27ffa21 (diff) | |
Cleanups and version bump.mame0141u3
Diffstat (limited to 'src/emu/machine')
| -rw-r--r-- | src/emu/machine/secflash.h | 2 | ||||
| -rw-r--r-- | src/emu/machine/x76f041.c | 2 | ||||
| -rw-r--r-- | src/emu/machine/x76f100.c | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/src/emu/machine/secflash.h b/src/emu/machine/secflash.h index cefbc089305..c2291435349 100644 --- a/src/emu/machine/secflash.h +++ b/src/emu/machine/secflash.h @@ -11,7 +11,7 @@ class device_secure_serial_flash_config : public device_config, public: device_secure_serial_flash_config(const machine_config &mconfig, device_type type, const char *name, const char *tag, const device_config *owner, UINT32 clock, UINT32 param = 0); }; - + class device_secure_serial_flash : public device_t, public device_nvram_interface { diff --git a/src/emu/machine/x76f041.c b/src/emu/machine/x76f041.c index 9da2a847728..6844c2ac507 100644 --- a/src/emu/machine/x76f041.c +++ b/src/emu/machine/x76f041.c @@ -335,7 +335,7 @@ void x76f041_device::scl_1() byte = 0; break; } - + bit = 0; shift = 0; } diff --git a/src/emu/machine/x76f100.c b/src/emu/machine/x76f100.c index cfa436758a7..222a8d540f6 100644 --- a/src/emu/machine/x76f100.c +++ b/src/emu/machine/x76f100.c @@ -183,7 +183,7 @@ void x76f100_device::scl_0() sdar = shift & 1; shift >>= 1; bit++; - + if(bit == 8) { bit = 0; byte++; @@ -265,7 +265,7 @@ void x76f100_device::scl_1() } } break; - + case STATE_READ_DATA: if(bit < 8) { if(bit == 0) { |
