File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 150
150
PORT_B_DOOR_SOUT
151
151
};
152
152
153
- // U1 and U5 handle outputs
153
+ // outputs
154
154
enum
155
155
{
156
156
U1_1MA,
175
175
U5_EMUX2
176
176
};
177
177
178
- // U10 handles inputs
178
+ // inputs
179
179
enum
180
180
{
181
181
U10_OUTLI,
@@ -233,8 +233,6 @@ class stellafr_state : public driver_device
233
233
234
234
uint8_t stellafr_state::mux_r ()
235
235
{
236
- // U10
237
-
238
236
bool li = false ;
239
237
bool emp = false ;
240
238
bool ma = false ;
@@ -280,12 +278,10 @@ void stellafr_state::mux_w(uint8_t data)
280
278
LOG (" EnMUX/MUXMA %d\n " ,enmux);
281
279
LOG (" EnANZ2 %d\n " ,enanz2);
282
280
LOG (" EnMUX2 %d\n " ,enmux2);
283
- // U5
284
281
}
285
282
286
283
void stellafr_state::mux2_w (uint8_t data)
287
284
{
288
- // U1
289
285
bool ma1 = BIT (data,U1_1MA);
290
286
bool ma2 = BIT (data,U1_2MA);
291
287
bool me = BIT (data,U1_ME);
You can’t perform that action at this time.
0 commit comments