mirror of
https://github.com/mamedev/mame.git
synced 2024-11-18 10:06:19 +01:00
spacing (nw)
This commit is contained in:
parent
6e59afa047
commit
1b3acb851d
1 changed files with 3 additions and 3 deletions
|
@ -53,9 +53,9 @@ void vectrex_rom64k_device::device_start()
|
|||
|
||||
void vectrex_rom64k_device::device_reset()
|
||||
{
|
||||
//Resetting to 1 instead of 0 fixes 64KiB cartridges that don't have a workaround
|
||||
//for the fact that MAME does not currently emulate the pull-up resistor on the 6522's PB6 line.
|
||||
//TODO: correctly emulate PB6 pull-up behavior (line should be high whenever PB6 set to input).
|
||||
// Resetting to 1 instead of 0 fixes 64KiB cartridges that don't have a workaround
|
||||
// for the fact that MAME does not currently emulate the pull-up resistor on the 6522's PB6 line.
|
||||
// TODO: correctly emulate PB6 pull-up behavior (line should be high whenever PB6 set to input).
|
||||
m_bank = 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue