File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -408,7 +408,7 @@ float source_state::get_keyboard_v() const
408
408
409
409
// *** Convert pressed key to a voltage.
410
410
411
- static constexpr const float KEYBOARD_VREF = 8.24 ; // From schematic.
411
+ static constexpr const float KEYBOARD_VREF = 8 .24f ; // From schematic.
412
412
static constexpr const float RKEY = RES_R (100 );
413
413
static constexpr const float R74 = RES_R (150 );
414
414
static constexpr const float R76 = RES_K (220 );
Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ void pc88va_state::sys_port5_w(u8 data)
256
256
257
257
u8 pc88va_state::sys_port5_r ()
258
258
{
259
- return m_rstmd | 8 ;
259
+ return ( m_rstmd ? 1 : 0 ) | 8 ;
260
260
}
261
261
262
262
uint8_t pc88va_state::hdd_status_r ()
You can’t perform that action at this time.
0 commit comments