Skip to content

Commit

Permalink
Sega SC-3000/SK-1100 overhaul
Browse files Browse the repository at this point in the history
- Add BASIC functions and katakana symbols to key labels
- Add variant of keyboard device with diareses instead of kana
- Eliminate sc3000h clone set since SC-3000H has no emulatable differences from SC-3000
- Add PAL version of SC-3000 with different VDP and keyboard with diareses
- Add some XTAL-derived clocks to sf7000
  • Loading branch information
ajrhacker committed Nov 26, 2024
1 parent 9d4d027 commit 369ce20
Show file tree
Hide file tree
Showing 5 changed files with 245 additions and 79 deletions.
1 change: 1 addition & 0 deletions src/devices/bus/sg1000_exp/sg1000exp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,6 @@ bool sg1000_expansion_slot_device::is_writeable(uint8_t offset)
void sg1000_expansion_devices(device_slot_interface &device)
{
device.option_add("sk1100", SEGA_SK1100);
device.option_add("sk1100e", SEGA_SK1100E);
device.option_add("fm", SEGA_FM_UNIT);
}
Loading

0 comments on commit 369ce20

Please sign in to comment.