mirror of
https://github.com/holub/mame
synced 2025-10-06 09:00:04 +03:00
diablo_hd: removed MCFG marco, myb3k_kbd: removed leftover (nw)
This commit is contained in:
parent
d80de5bcfb
commit
9fe597c242
@ -162,7 +162,4 @@ private:
|
|||||||
void sector_mark_0();
|
void sector_mark_0();
|
||||||
};
|
};
|
||||||
|
|
||||||
#define MCFG_DIABLO_DRIVES_ADD() \
|
|
||||||
MCFG_DEVICE_ADD(DIABLO_HD_0, DIABLO_HD, 3333333) \
|
|
||||||
MCFG_DEVICE_ADD(DIABLO_HD_1, DIABLO_HD, 3333333)
|
|
||||||
#endif // !defined(_DIABLO_HD_DEVICE_)
|
#endif // !defined(_DIABLO_HD_DEVICE_)
|
||||||
|
@ -14,9 +14,6 @@
|
|||||||
is responsible for storing the byte into the serial/parallell converter
|
is responsible for storing the byte into the serial/parallell converter
|
||||||
(that can be read through IN from port 0x04) and then trigger an interrupt.
|
(that can be read through IN from port 0x04) and then trigger an interrupt.
|
||||||
|
|
||||||
MCFG_DEVICE_ADD("myb3k_keyboard", MYB3K_KEYBOARD, 0)
|
|
||||||
MCFG_MYB3K_KEYBOARD_CB(PUT(myb3k_state, kbd_set_data_and_interrupt))
|
|
||||||
|
|
||||||
**********************************************************************/
|
**********************************************************************/
|
||||||
|
|
||||||
#ifndef MAME_MACHINE_MYB3K_KBD_H
|
#ifndef MAME_MACHINE_MYB3K_KBD_H
|
||||||
|
@ -305,7 +305,8 @@ MACHINE_CONFIG_START(alto2_state::alto2)
|
|||||||
MCFG_DEVICE_ADD("speaker", SPEAKER_SOUND)
|
MCFG_DEVICE_ADD("speaker", SPEAKER_SOUND)
|
||||||
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.80)
|
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.80)
|
||||||
|
|
||||||
MCFG_DIABLO_DRIVES_ADD()
|
DIABLO_HD(config, DIABLO_HD_0, 3333333);
|
||||||
|
DIABLO_HD(config, DIABLO_HD_1, 3333333);
|
||||||
MACHINE_CONFIG_END
|
MACHINE_CONFIG_END
|
||||||
|
|
||||||
/* Driver Init */
|
/* Driver Init */
|
||||||
|
Loading…
Reference in New Issue
Block a user