Previous 199869 Revisions Next

r22853 Thursday 16th May, 2013 at 17:00:22 UTC by smf
long is not fundamental enough for save_item (nw)
[src/emu/machine]spchrom.h

trunk/src/emu/machine/spchrom.h
r22852r22853
2424
2525private:
2626   UINT8 *m_speechrom_data;           /* pointer to speech ROM data */
27   unsigned long m_speechROMlen;      /* length of data pointed by speechrom_data, from 0 to 2^18 */
28   unsigned long m_speechROMaddr;     /* 18 bit pointer in ROM */
27   unsigned int m_speechROMlen;       /* length of data pointed by speechrom_data, from 0 to 2^18 */
28   unsigned int m_speechROMaddr;      /* 18 bit pointer in ROM */
2929   int m_load_pointer;                /* which 4-bit nibble will be affected by load address */
3030   int m_ROM_bits_count;              /* current bit position in ROM */
3131};

Previous 199869 Revisions Next


© 1997-2024 The MAME Team