mirror of
https://github.com/holub/mame
synced 2025-04-17 22:13:04 +03:00
srcclean in preparation for 0.270 release branch.
This commit is contained in:
parent
81bc5452e5
commit
698e1d8985
@ -12,7 +12,7 @@ license:CC0-1.0
|
||||
<info name="usage" value="LOAD, press play on tape then RUN. Requires bml3mk5 (uses IG)." />
|
||||
<part name="cass" interface="bml3_cass">
|
||||
<dataarea name="cass" size="5106615">
|
||||
<!-- NOTE: the original .wav won't mount on MAME, this .flac does -->
|
||||
<!-- NOTE: the original .wav won't mount on MAME, this .flac does -->
|
||||
<rom name="tetris_all.flac" size="5106615" crc="696ce3a4" sha1="ba94ad716c7ecbf4434b67e1b79cd0e1012caecb"/>
|
||||
</dataarea>
|
||||
</part>
|
||||
|
@ -3195,7 +3195,7 @@ license:CC0-1.0
|
||||
ハッスル かいけつゾロリ(山寺宏一) Hustle Kaiketsu Zorori (Yamadera Kōichi)
|
||||
アララの呪文 ちびまる子ちゃん with 爆チュー問題 Arara no Jumon Chibi Maruko-chan with Bakuchū Mondai
|
||||
ミニハムずの愛の唄 ミニハムず Minihams no Ai no Uta Minihams
|
||||
ミニモニ。ジャンケンぴょん! ミニモニ。 mini-moni Jankenpyon! mini-moni
|
||||
ミニモニ。ジャンケンぴょん! ミニモニ。 mini-moni Jankenpyon! mini-moni
|
||||
大きな古時計 童謡 Ōkina Furudokei Dōyō -->
|
||||
<software name="ekaraweb8">
|
||||
<description>e-kara Web cartridge 8M (used, with 8 songs) (Japan)</description>
|
||||
|
@ -60,11 +60,11 @@ TZX files for ZX81 are just the .P dumps with an additional header on top, so th
|
||||
<year>1982</year>
|
||||
<publisher>Crystal Computing</publisher>
|
||||
<notes><![CDATA[
|
||||
ASTRAVOID LOAD "A"
|
||||
BOMBER LOAD "B"
|
||||
SUPER SLALOM LOAD "SS"
|
||||
DUNGEON QUEST LOAD "DQ"
|
||||
SPACE INVADERS LOAD "SI"
|
||||
ASTRAVOID LOAD "A"
|
||||
BOMBER LOAD "B"
|
||||
SUPER SLALOM LOAD "SS"
|
||||
DUNGEON QUEST LOAD "DQ"
|
||||
SPACE INVADERS LOAD "SI"
|
||||
|
||||
When the program has loaded in enter one of the following corresponding to the game you have chosen:
|
||||
RAND USR A
|
||||
|
@ -79,13 +79,13 @@ void kl1839vm1_device::rest(u32 op)
|
||||
}
|
||||
|
||||
/*
|
||||
Shift/Rotate
|
||||
Shift/Rotate
|
||||
|
||||
val:
|
||||
va: 0 - Carry read; 1 - Carry write
|
||||
fo: 0 - dw, 1 - w, 2 - b; 3 - dd
|
||||
a_c: 1 - arithmetical, 0 - cyclic
|
||||
l_r: 1 - left, 0 - right
|
||||
val:
|
||||
va: 0 - Carry read; 1 - Carry write
|
||||
fo: 0 - dw, 1 - w, 2 - b; 3 - dd
|
||||
a_c: 1 - arithmetical, 0 - cyclic
|
||||
l_r: 1 - left, 0 - right
|
||||
*/
|
||||
u32 kl1839vm1_device::shr(u32 val, bool va, u8 fo, bool a_c, bool l_r)
|
||||
{
|
||||
|
@ -75,11 +75,11 @@ private:
|
||||
memory_access<24, 0, 0, ENDIANNESS_BIG>::specific m_sysram;
|
||||
memory_access<24, 0, 0, ENDIANNESS_LITTLE>::specific m_ram;
|
||||
memory_access<6, 2, -2, ENDIANNESS_LITTLE>::specific m_io;
|
||||
PAIR m_mca;
|
||||
PAIR m_vma;
|
||||
PAIR m_vma_tmp; // does we have int reg for this?
|
||||
PAIR m_rv;
|
||||
PAIR m_sch;
|
||||
PAIR m_mca;
|
||||
PAIR m_vma;
|
||||
PAIR m_vma_tmp; // does we have int reg for this?
|
||||
PAIR m_rv;
|
||||
PAIR m_sch;
|
||||
PAIR m_rsp;
|
||||
PAIR m_ppc; // previous program counter
|
||||
bool m_fp;
|
||||
|
@ -57,17 +57,17 @@ const double XTAL::known_xtals[] = {
|
||||
/*
|
||||
Frequency Sugarvassed Examples
|
||||
----------- ---------------------- ---------------------------------------- */
|
||||
32'768, // 32.768_kHz_XTAL Used to drive RTC chips
|
||||
38'400, // 38.4_kHz_XTAL Resonator
|
||||
384'000, // 384_kHz_XTAL Resonator - Commonly used for driving OKI MSM5205
|
||||
400'000, // 400_kHz_XTAL Resonator - OKI MSM5205 on Great Swordman h/w
|
||||
430'000, // 430_kHz_XTAL Resonator
|
||||
455'000, // 455_kHz_XTAL Resonator - OKI MSM5205 on Gladiator h/w
|
||||
500'000, // 500_kHz_XTAL Resonator - MIDI clock on various synthesizers (31250 * 16)
|
||||
512'000, // 512_kHz_XTAL Resonator - Toshiba TC8830F
|
||||
600'000, // 600_kHz_XTAL -
|
||||
640'000, // 640_kHz_XTAL Resonator - NEC UPD7759, Texas Instruments Speech Chips @ 8khz
|
||||
960'000, // 960_kHz_XTAL Resonator - Xerox Notetaker Keyboard UART
|
||||
32'768, // 32.768_kHz_XTAL Used to drive RTC chips
|
||||
38'400, // 38.4_kHz_XTAL Resonator
|
||||
384'000, // 384_kHz_XTAL Resonator - Commonly used for driving OKI MSM5205
|
||||
400'000, // 400_kHz_XTAL Resonator - OKI MSM5205 on Great Swordman h/w
|
||||
430'000, // 430_kHz_XTAL Resonator
|
||||
455'000, // 455_kHz_XTAL Resonator - OKI MSM5205 on Gladiator h/w
|
||||
500'000, // 500_kHz_XTAL Resonator - MIDI clock on various synthesizers (31250 * 16)
|
||||
512'000, // 512_kHz_XTAL Resonator - Toshiba TC8830F
|
||||
600'000, // 600_kHz_XTAL -
|
||||
640'000, // 640_kHz_XTAL Resonator - NEC UPD7759, Texas Instruments Speech Chips @ 8khz
|
||||
960'000, // 960_kHz_XTAL Resonator - Xerox Notetaker Keyboard UART
|
||||
1'000'000, // 1_MHz_XTAL Used to drive OKI M6295 chips
|
||||
1'008'000, // 1.008_MHz_XTAL Acorn Microcomputer (System 1)
|
||||
1'056'000, // 1.056_MHz_XTAL Resonator - OKI M6295 on Trio The Punch h/w
|
||||
|
@ -546,7 +546,7 @@ bool d88_format::load(util::random_read &io, uint32_t form_factor, const std::ve
|
||||
if(head < img_heads) {
|
||||
if(density == 0x40)
|
||||
build_pc_track_fm(track, head, image, cell_count / 2, sector_count, sects, calc_default_pc_gap3_size(form_factor, sects[0].actual_size));
|
||||
else
|
||||
else
|
||||
build_pc_track_mfm(track, head, image, cell_count, sector_count, sects, calc_default_pc_gap3_size(form_factor, sects[0].actual_size));
|
||||
}
|
||||
}
|
||||
|
@ -193,7 +193,7 @@ void zoomer_state::maincpu_ems_map(address_map &map)
|
||||
{
|
||||
map(0x0000000, 0x00fffff).ram().share("nvram");
|
||||
map(0x0400000, 0x07fffff).rom().region("maincpu", 0);
|
||||
// map(0x1000000, 0x1ffffff) - TODO: PCMCIA
|
||||
//map(0x1000000, 0x1ffffff) - TODO: PCMCIA
|
||||
}
|
||||
|
||||
void zoomer_state::maincpu_io_map(address_map &map)
|
||||
|
@ -434,10 +434,10 @@ GFXDECODE_END
|
||||
*/
|
||||
TIMER_DEVICE_CALLBACK_MEMBER(ddealer_state::ddealer_scanline)
|
||||
{
|
||||
// constexpr int SPRDMA_INDEX = 0; // not used in emulation
|
||||
// constexpr int VSYNC_INDEX = 1; // not used in emulation
|
||||
// constexpr int VBLANK_INDEX = 2; // not used in emulation
|
||||
// constexpr int NOT_USED = 3; // not used in emulation
|
||||
// constexpr int SPRDMA_INDEX = 0; // not used in emulation
|
||||
// constexpr int VSYNC_INDEX = 1; // not used in emulation
|
||||
// constexpr int VBLANK_INDEX = 2; // not used in emulation
|
||||
// constexpr int NOT_USED = 3; // not used in emulation
|
||||
constexpr int IPL0_INDEX = 4;
|
||||
constexpr int IPL1_INDEX = 5;
|
||||
constexpr int IPL2_INDEX = 6;
|
||||
|
@ -78,8 +78,8 @@ EPF8452AQC160-3 - Altera FLEX EPF8452AQC160-3 FPGA (QFP160)
|
||||
ADM485 - Analog Devices ADM485 +5 V Low Power EIA RS-485 Transceiver (SOIC8)
|
||||
PCM1725 - Burr-Brown PCM1725 Stereo Audio Digital to Analog Converter 16 Bits, 96kHz Sampling (SOIC14)
|
||||
JP1 - AICA sound block Master Clock source: 2-3 - onboard OSC1 33.8688MHz (default), 1-2 - cart/DIMM connector CN2 pin A48 (alt setting, not used at practice, there is no known devices which provide external AICA clock).
|
||||
JP2 - (not mounted) Fan check: 1-2 - hold reset if fan not working (default), 2-3 - disabled.
|
||||
JP3 - (not mounted) 315-6146 to Maple port 0 comms: 2-3 - enabled (default), 1-2 - disabled.
|
||||
JP2 - (not mounted) Fan check: 1-2 - hold reset if fan not working (default), 2-3 - disabled.
|
||||
JP3 - (not mounted) 315-6146 to Maple port 0 comms: 2-3 - enabled (default), 1-2 - disabled.
|
||||
JP4 - Ext.NMI from CN1 A3 goes to: 2-3 - SH-4 NMI (default), 1-2 - SH-4 TCLK.
|
||||
CN1/2/3 - Connectors for ROM cart or GDROM DIMM Unit
|
||||
CN25/26 - Connectors for Filter Board
|
||||
|
@ -1135,14 +1135,14 @@ static void smc777_floppies(device_slot_interface &device)
|
||||
|
||||
void smc777_state::smc777(machine_config &config)
|
||||
{
|
||||
constexpr XTAL MASTER_CLOCK = 32.2238_MHz_XTAL;
|
||||
constexpr XTAL MASTER_CLOCK = 32.2238_MHz_XTAL;
|
||||
|
||||
/* basic machine hardware */
|
||||
Z80(config, m_maincpu, MASTER_CLOCK / 8); // nominally 4.028 MHz
|
||||
m_maincpu->set_addrmap(AS_PROGRAM, &smc777_state::smc777_mem);
|
||||
m_maincpu->set_addrmap(AS_IO, &smc777_state::smc777_io);
|
||||
|
||||
I8041A(config, "mcu", 6_MHz_XTAL).set_disable();
|
||||
I8041A(config, "mcu", 6_MHz_XTAL).set_disable();
|
||||
|
||||
LS259(config, m_ioctrl);
|
||||
m_ioctrl->q_out_cb<0>().set(FUNC(smc777_state::raminh_w));
|
||||
|
Loading…
Reference in New Issue
Block a user