mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 15:48:05 -04:00
pico, improve detection
This commit is contained in:
parent
b4e7cd1b51
commit
852f27d864
2 changed files with 22 additions and 1 deletions
|
@ -46,6 +46,18 @@ hw = svp
|
|||
check_str = 0x100, "SEGA PICO"
|
||||
hw = pico
|
||||
|
||||
[Pico]
|
||||
check_str = 0x100, "SEGATOYS PICO"
|
||||
hw = pico
|
||||
|
||||
[Pico]
|
||||
check_str = 0x100, "SEGA TOYS PICO"
|
||||
hw = pico
|
||||
|
||||
[Pico]
|
||||
check_str = 0x100, "SAMSUNG PICO"
|
||||
hw = pico
|
||||
|
||||
[Pico]
|
||||
check_str = 0x100, "IMA IKUNOUJYUKU"
|
||||
hw = pico
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue