Previous 199869 Revisions Next

r23834 Friday 21st June, 2013 at 14:47:18 UTC by Miodrag Milanović
found few that have fixed values (nw)
[src/emu/machine]idehd.h linflash.h

trunk/src/emu/machine/linflash.h
r23833r23834
1717   virtual DECLARE_WRITE16_MEMBER(write_memory);
1818
1919protected:
20   linear_flash_pccard_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock,const char *shortname = "", const char *source = __FILE__);
20   linear_flash_pccard_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock,const char *shortname, const char *source);
2121
2222   // device-level overrides
2323   virtual void device_start();
trunk/src/emu/machine/idehd.h
r23833r23834
4949   public device_slot_card_interface
5050{
5151public:
52   ata_mass_storage_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock,const char *shortname = "", const char *source = __FILE__);
52   ata_mass_storage_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock,const char *shortname, const char *source);
5353
5454   virtual UINT16 read_dma();
5555   virtual DECLARE_READ16_MEMBER(read_cs0);

Previous 199869 Revisions Next


© 1997-2024 The MAME Team