mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
PG police (nw)
This commit is contained in:
parent
02967e52af
commit
edc2d4b2ec
@ -638,7 +638,7 @@ void natural_keyboard::build_codes(ioport_manager &manager)
|
||||
{
|
||||
if (!(curshift & ~mask))
|
||||
{
|
||||
// fetch the code, ignoring 0 and shiters
|
||||
// fetch the code, ignoring 0 and shifters
|
||||
std::vector<char32_t> const codes = field.keyboard_codes(curshift);
|
||||
for (char32_t code : codes)
|
||||
{
|
||||
|
@ -49,7 +49,7 @@
|
||||
|
||||
1x Trimmer/pot @ r34
|
||||
|
||||
a shitload of jumpers...
|
||||
a large amount of jumpers...
|
||||
|
||||
There are 3 games P03, P07 and P14 (2 roms each), plus main code.
|
||||
Also 2 sound ROMs.
|
||||
|
@ -35,7 +35,7 @@ came to clearing out my boxes of junk i took another look at it, and
|
||||
it was the bank of 4116 rams that made me take a closer look.
|
||||
|
||||
I hooked it up and saw some video on my scope, then it died.
|
||||
The +12v had shorted.. Suspecting the godamn tantalum capacitors
|
||||
The +12v had shorted.. Suspecting the annoying tantalum capacitors
|
||||
(often short out for no reason) i found a shorted one, removed
|
||||
it and away we went. It had separate H + V sync, so i loaded
|
||||
a 74ls08 into a spare ic space and AND'ed the two signals to get
|
||||
|
Loading…
Reference in New Issue
Block a user