mirror of
https://github.com/holub/mame
synced 2025-10-08 09:30:17 +03:00
New machines marked NOT_WORKING
------------------------------ INTELLEC 4/MOD 4
This commit is contained in:
parent
2acac0a88d
commit
2491556b1f
@ -293,9 +293,9 @@ private:
|
|||||||
void update_4289_f_l(u8 val);
|
void update_4289_f_l(u8 val);
|
||||||
|
|
||||||
// address spaces
|
// address spaces
|
||||||
address_space_config m_space_config[7];
|
address_space_config const m_space_config[7];
|
||||||
address_space *m_spaces[7];
|
address_space *m_spaces[7];
|
||||||
direct_read_data *m_direct;
|
direct_read_data *m_direct;
|
||||||
|
|
||||||
// bus snooping callback
|
// bus snooping callback
|
||||||
bus_cycle_delegate m_bus_cycle_cb;
|
bus_cycle_delegate m_bus_cycle_cb;
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -315,7 +315,7 @@ Intel INTELLEC® 4/MOD 40 layout
|
|||||||
<cpanel name="led_status_search" element="led">
|
<cpanel name="led_status_search" element="led">
|
||||||
<bounds left="580" top="79" right="591" bottom="86" />
|
<bounds left="580" top="79" right="591" bottom="86" />
|
||||||
</cpanel>
|
</cpanel>
|
||||||
<cpanel name="led_status_run" element="led">
|
<cpanel name="led_status_cpu" element="led">
|
||||||
<bounds left="611" top="79" right="622" bottom="86" />
|
<bounds left="611" top="79" right="622" bottom="86" />
|
||||||
</cpanel>
|
</cpanel>
|
||||||
<cpanel name="led_status_ptr_valid" element="led">
|
<cpanel name="led_status_ptr_valid" element="led">
|
||||||
@ -685,7 +685,7 @@ Intel INTELLEC® 4/MOD 40 layout
|
|||||||
<cpanel name="led_status_search" element="led">
|
<cpanel name="led_status_search" element="led">
|
||||||
<bounds left="580" top="79" right="591" bottom="86" />
|
<bounds left="580" top="79" right="591" bottom="86" />
|
||||||
</cpanel>
|
</cpanel>
|
||||||
<cpanel name="led_status_run" element="led">
|
<cpanel name="led_status_cpu" element="led">
|
||||||
<bounds left="611" top="79" right="622" bottom="86" />
|
<bounds left="611" top="79" right="622" bottom="86" />
|
||||||
</cpanel>
|
</cpanel>
|
||||||
<cpanel name="led_status_ptr_valid" element="led">
|
<cpanel name="led_status_ptr_valid" element="led">
|
||||||
|
@ -15071,6 +15071,7 @@ instantm //
|
|||||||
instruct //
|
instruct //
|
||||||
|
|
||||||
@source:intellec4.cpp
|
@source:intellec4.cpp
|
||||||
|
intlc44 //
|
||||||
intlc440 //
|
intlc440 //
|
||||||
|
|
||||||
@source:interact.cpp
|
@source:interact.cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user