| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
- Added Support for MSM16911 Serial eeprom
mb88xx.c: [Felipe Sanches]
- Added support for Fujitsu M88201-202 MCU
(MESS) pve500.c: [Felipe Sanchez]
- Declare 4-bit MCUs used to control search dials.
- Declare/Hook up Serial eeprom to Port A of the subcpu
|
| |
|
|
|
|
|
|
|
|
| |
---------------------------------------------------
Fireball [ANY]
eepromser: added support for X24C44 [ANY]
|
|
|
|
| |
to new license tagged form.
|
| |
|
|
|
|
| |
are noted at the top of eepromser.c.
|
|
|
|
| |
dummy 0 bit. Fix polarity of CS/CLK lines in mitchell.c.
|
|
|
|
|
|
|
|
| |
probably
others.
Fix GTI club ROM region sizes (needs new hash computations, haven't done them yet).
|
|
|
|
|
|
|
|
| |
the proper size and protocol. Update all drivers, removing custom
implementations, and replacing them with standard ones. Moved core read,
write, erase functionality into the EEPROM base class a simulated delays
in write/erase cycles. Still some more testing/verification work left
to do.
|
|
subclass serial_eeprom_device. Moved the latter into its own file
eepromser.c and significantly cleaned up/simplified the code. The new
code should be functionally the same as the previous code, but expect that
to change soon. As a side-effect, the size and bus width of the EEPROM is now
specified in the ADD macro rather than in the interface structure.
|