Skip to content

Commit

Permalink
uismall.bdf: Added 57 glyphs (mostly arrow symbols).
Browse files Browse the repository at this point in the history
  • Loading branch information
cuavas committed Jan 31, 2022
1 parent c878e8e commit 3e915bf
Show file tree
Hide file tree
Showing 3 changed files with 718 additions and 7 deletions.
6 changes: 4 additions & 2 deletions src/mame/drivers/vis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,18 @@
// copyright-holders:Carl

#include "emu.h"
#include "machine/at.h"

#include "bus/isa/isa_cards.h"
#include "cpu/i86/i286.h"
#include "machine/8042kbdc.h"
#include "machine/at.h"
#include "machine/ds6417.h"
#include "sound/dac.h"
#include "sound/ymopl.h"
#include "video/pc_vga.h"
#include "speaker.h"

#include "softlist_dev.h"
#include "speaker.h"


class vis_audio_device : public device_t,
Expand Down
3 changes: 1 addition & 2 deletions src/mame/drivers/wms_shuffle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -519,11 +519,10 @@ void shuffle_state::s4(machine_config &config)
void shuffle_state::s9(machine_config &config)
{
s4(config);
config.device_remove("maincpu");
config.device_remove("pia22");
config.device_remove("s4sound");

M6802(config, m_maincpu, XTAL(4'000'000));
M6802(config.replace(), m_maincpu, XTAL(4'000'000));
m_maincpu->set_addrmap(AS_PROGRAM, &shuffle_state::s9_map);

config.set_default_layout(layout_shuffle9);
Expand Down
Loading

0 comments on commit 3e915bf

Please sign in to comment.