mirror of
https://github.com/holub/mame
synced 2025-10-04 08:28:39 +03:00
Cleanups and version bump
This commit is contained in:
parent
a7d12daf5b
commit
96aa5e1c08
@ -1551,4 +1551,3 @@ void cquestlin_cpu_device::execute_run()
|
||||
m_clkcnt++;
|
||||
} while (m_icount > 0);
|
||||
}
|
||||
|
||||
|
@ -2075,5 +2075,3 @@ void f8_cpu_device::execute_set_input( int inptnum, int state )
|
||||
{
|
||||
m_irq_request = state;
|
||||
}
|
||||
|
||||
|
||||
|
@ -1133,4 +1133,3 @@ offs_t i8085a_cpu_device::disasm_disassemble(char *buffer, offs_t pc, const UINT
|
||||
extern CPU_DISASSEMBLE( i8085 );
|
||||
return CPU_DISASSEMBLE_NAME(i8085)(this, buffer, pc, oprom, opram, options);
|
||||
}
|
||||
|
||||
|
@ -1956,4 +1956,3 @@ void i80286_cpu_device::check_permission(UINT8 check_seg, UINT32 offset, UINT16
|
||||
throw TRAP(trap, 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -238,4 +238,3 @@ offs_t i860_cpu_device::disasm_disassemble(char *buffer, offs_t pc, const UINT8
|
||||
* The actual decode and execute code.
|
||||
**************************************************************************/
|
||||
#include "i860dec.c"
|
||||
|
||||
|
@ -2077,7 +2077,6 @@ void i960_cpu_device::device_start()
|
||||
|
||||
void i960_cpu_device::state_string_export(const device_state_entry &entry, astring &string)
|
||||
{
|
||||
|
||||
static const char *const conditions[8] =
|
||||
{
|
||||
"no", "g", "e", "ge", "l", "ne", "le", "o"
|
||||
@ -2116,4 +2115,3 @@ offs_t i960_cpu_device::disasm_disassemble(char *buffer, offs_t pc, const UINT8
|
||||
extern CPU_DISASSEMBLE( i960 );
|
||||
return CPU_DISASSEMBLE_NAME(i960)(this, buffer, pc, oprom, opram, options);
|
||||
}
|
||||
|
||||
|
@ -1447,4 +1447,3 @@ offs_t jaguardsp_cpu_device::disasm_disassemble(char *buffer, offs_t pc, const U
|
||||
extern CPU_DISASSEMBLE( jaguardsp );
|
||||
return CPU_DISASSEMBLE_NAME(jaguardsp)(this, buffer, pc, oprom, opram, options);
|
||||
}
|
||||
|
||||
|
@ -264,4 +264,3 @@ offs_t lh5801_cpu_device::disasm_disassemble(char *buffer, offs_t pc, const UINT
|
||||
extern CPU_DISASSEMBLE( lh5801 );
|
||||
return CPU_DISASSEMBLE_NAME(lh5801)(this, buffer, pc, oprom, opram, options);
|
||||
}
|
||||
|
||||
|
@ -1777,4 +1777,3 @@ offs_t nsc8105_cpu_device::disasm_disassemble(char *buffer, offs_t pc, const UIN
|
||||
extern CPU_DISASSEMBLE( nsc8105 );
|
||||
return CPU_DISASSEMBLE_NAME(nsc8105)(this, buffer, pc, oprom, opram, options);
|
||||
}
|
||||
|
||||
|
@ -1582,4 +1582,3 @@ void mb86233_cpu_device::execute_run()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -946,4 +946,3 @@ void mb88_cpu_device::execute_run()
|
||||
update_pio(oc);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -595,4 +595,3 @@ void mc68hc11_cpu_device::execute_run()
|
||||
(this->*hc11_optable[op])();
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1330,4 +1330,3 @@ void mcs48_cpu_device::execute_set_input(int inputnum, int state)
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -2506,4 +2506,3 @@ offs_t ds5002fp_device::disasm_disassemble(char *buffer, offs_t pc, const UINT8
|
||||
extern CPU_DISASSEMBLE( ds5002fp );
|
||||
return CPU_DISASSEMBLE_NAME(ds5002fp)(this, buffer, pc, oprom, opram, options);
|
||||
}
|
||||
|
||||
|
@ -236,4 +236,3 @@ offs_t minx_cpu_device::disasm_disassemble(char *buffer, offs_t pc, const UINT8
|
||||
extern CPU_DISASSEMBLE( minx );
|
||||
return CPU_DISASSEMBLE_NAME(minx)(this, buffer, pc, oprom, opram, options);
|
||||
}
|
||||
|
||||
|
@ -4124,4 +4124,3 @@ DEFINE_LEGACY_CPU_DEVICE(QED5271LE_DRC, qed5271le_drc);
|
||||
|
||||
DEFINE_LEGACY_CPU_DEVICE(RM7000BE_DRC, rm7000be_drc);
|
||||
DEFINE_LEGACY_CPU_DEVICE(RM7000LE_DRC, rm7000le_drc);
|
||||
|
||||
|
@ -2436,5 +2436,3 @@ offs_t mn10200_device::disasm_disassemble(char *buffer, offs_t pc, const UINT8 *
|
||||
extern CPU_DISASSEMBLE( mn10200 );
|
||||
return CPU_DISASSEMBLE_NAME(mn10200)(this, buffer, pc, oprom, opram, options);
|
||||
}
|
||||
|
||||
|
||||
|
@ -1102,4 +1102,3 @@ void pic16c5x_device::execute_run()
|
||||
|
||||
} while (m_icount > 0);
|
||||
}
|
||||
|
||||
|
@ -1176,4 +1176,3 @@ void pic16c62x_device::device_reset()
|
||||
pic16c62x_reset_regs();
|
||||
SET(STATUS, (TO_FLAG | PD_FLAG));
|
||||
}
|
||||
|
||||
|
@ -367,4 +367,3 @@ void pps4_device::device_reset()
|
||||
m_SB.d = 0;
|
||||
m_B.d = 0;
|
||||
}
|
||||
|
||||
|
@ -6167,4 +6167,3 @@ CPU_GET_INFO( rsp_drc )
|
||||
}
|
||||
|
||||
DEFINE_LEGACY_CPU_DEVICE(RSP_DRC, rsp_drc);
|
||||
|
||||
|
@ -1564,4 +1564,3 @@ void s2650_device::execute_run()
|
||||
}
|
||||
} while( m_icount > 0 );
|
||||
}
|
||||
|
||||
|
@ -760,4 +760,3 @@ bool sh2_frontend::describe_group_12(opcode_desc &desc, const opcode_desc *prev,
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
@ -2168,4 +2168,3 @@ void tmp95c063_device::execute_set_input(int input, int level)
|
||||
}
|
||||
m_check_irqs = 1;
|
||||
}
|
||||
|
||||
|
@ -1842,4 +1842,3 @@ tms34020_device::tms34020_device(const machine_config &mconfig, device_type type
|
||||
}
|
||||
|
||||
const device_type TMS34020 = &legacy_device_creator<tms34020_device>;
|
||||
|
||||
|
@ -100,7 +100,6 @@ void ttl74148_device::device_start()
|
||||
|
||||
void ttl74148_device::device_reset()
|
||||
{
|
||||
|
||||
m_enable_input = 1;
|
||||
m_input_lines[0] = 1;
|
||||
m_input_lines[1] = 1;
|
||||
|
@ -19,8 +19,7 @@
|
||||
//**************************************************************************
|
||||
|
||||
#define MCFG_TTL74181_ADD(_tag) \
|
||||
MCFG_DEVICE_ADD(_tag, TTL74181, 0) \
|
||||
|
||||
MCFG_DEVICE_ADD(_tag, TTL74181, 0)
|
||||
|
||||
//**************************************************************************
|
||||
// TYPE DEFINITIONS
|
||||
|
@ -150,8 +150,7 @@ eeprom_parallel_##_lowercase##_device::eeprom_parallel_##_lowercase##_device(con
|
||||
{ \
|
||||
static_set_size(*this, _cells, _bits); \
|
||||
}; \
|
||||
const device_type EEPROM_PARALLEL_##_uppercase = &device_creator<eeprom_parallel_##_lowercase##_device>; \
|
||||
|
||||
const device_type EEPROM_PARALLEL_##_uppercase = &device_creator<eeprom_parallel_##_lowercase##_device>;
|
||||
// standard 28XX class of 8-bit EEPROMs
|
||||
DEFINE_PARALLEL_EEPROM_DEVICE(28xx, 2804, 2804, 8, 512)
|
||||
DEFINE_PARALLEL_EEPROM_DEVICE(28xx, 2816, 2816, 8, 2048)
|
||||
|
@ -120,8 +120,7 @@ class eeprom_parallel_##_lowercase##_device : public eeprom_parallel_##_baseclas
|
||||
public: \
|
||||
eeprom_parallel_##_lowercase##_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock); \
|
||||
}; \
|
||||
extern const device_type EEPROM_PARALLEL_##_uppercase; \
|
||||
|
||||
extern const device_type EEPROM_PARALLEL_##_uppercase;
|
||||
// standard 28XX class of 8-bit EEPROMs
|
||||
DECLARE_PARALLEL_EEPROM_DEVICE(28xx, 2804, 2804)
|
||||
DECLARE_PARALLEL_EEPROM_DEVICE(28xx, 2816, 2816)
|
||||
|
@ -793,8 +793,7 @@ eeprom_serial_##_lowercase##_##_bits##bit_device::eeprom_serial_##_lowercase##_#
|
||||
static_set_size(*this, _cells, _bits); \
|
||||
static_set_address_bits(*this, _addrbits); \
|
||||
}; \
|
||||
const device_type EEPROM_SERIAL_##_uppercase##_##_bits##BIT = &device_creator<eeprom_serial_##_lowercase##_##_bits##bit_device>; \
|
||||
|
||||
const device_type EEPROM_SERIAL_##_uppercase##_##_bits##BIT = &device_creator<eeprom_serial_##_lowercase##_##_bits##bit_device>;
|
||||
// standard 93CX6 class of 16-bit EEPROMs
|
||||
DEFINE_SERIAL_EEPROM_DEVICE(93cxx, 93c06, 93C06, 16, 16, 6)
|
||||
DEFINE_SERIAL_EEPROM_DEVICE(93cxx, 93c46, 93C46, 16, 64, 6)
|
||||
|
@ -87,8 +87,7 @@
|
||||
|
||||
// optional enable for streaming reads
|
||||
#define MCFG_EEPROM_SERIAL_ENABLE_STREAMING() \
|
||||
eeprom_serial_base_device::static_enable_streaming(*device); \
|
||||
|
||||
eeprom_serial_base_device::static_enable_streaming(*device);
|
||||
// pass-throughs to the base class for setting default data
|
||||
#define MCFG_EEPROM_SERIAL_DATA MCFG_EEPROM_DATA
|
||||
#define MCFG_EEPROM_SERIAL_DEFAULT_VALUE MCFG_EEPROM_DEFAULT_VALUE
|
||||
@ -249,8 +248,7 @@ class eeprom_serial_##_lowercase##_##_bits##bit_device : public eeprom_serial_##
|
||||
public: \
|
||||
eeprom_serial_##_lowercase##_##_bits##bit_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock); \
|
||||
}; \
|
||||
extern const device_type EEPROM_SERIAL_##_uppercase##_##_bits##BIT; \
|
||||
|
||||
extern const device_type EEPROM_SERIAL_##_uppercase##_##_bits##BIT;
|
||||
// standard 93CX6 class of 16-bit EEPROMs
|
||||
DECLARE_SERIAL_EEPROM_DEVICE(93cxx, 93c06, 93C06, 16)
|
||||
DECLARE_SERIAL_EEPROM_DEVICE(93cxx, 93c46, 93C46, 16)
|
||||
|
@ -558,4 +558,3 @@ void generic_pulse_irq_line(device_t *device, int irqline, int cycles) { device-
|
||||
|
||||
// legacy
|
||||
INTERRUPT_GEN( irq2_line_hold ) { device->machine().driver_data()->irq2_line_hold(*device); }
|
||||
|
||||
|
@ -166,4 +166,3 @@ void esq_5505_5510_pump::device_timer(emu_timer &timer, device_timer_id id, int
|
||||
// ecery time there's a new sample period, update the stream!
|
||||
m_stream->update();
|
||||
}
|
||||
|
||||
|
@ -24,7 +24,6 @@ public:
|
||||
m_esp_halted = esp_halted;
|
||||
logerror("ESP-halted -> %d\n", m_esp_halted);
|
||||
if (!esp_halted) {
|
||||
|
||||
#if PUMP_REPLACE_ESP_PROGRAM
|
||||
m_esp->write_reg(245, 0x1d0f << 8); // dlength = 0x3fff, 16-sample delay
|
||||
|
||||
|
@ -80,7 +80,6 @@ void upd7752_device::device_reset()
|
||||
|
||||
void upd7752_device::device_stop()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
//-------------------------------------------------
|
||||
|
@ -50,11 +50,9 @@
|
||||
downcast<i8275x_device *>(device)->set_drq_callback(DEVCB2_##_drq);
|
||||
|
||||
#define MCFG_I8275_IRQ_CALLBACK(_irq) \
|
||||
downcast<i8275x_device *>(device)->set_irq_callback(DEVCB2_##_irq); \
|
||||
|
||||
downcast<i8275x_device *>(device)->set_irq_callback(DEVCB2_##_irq);
|
||||
#define MCFG_I8275_HRTC_CALLBACK(_hrtc) \
|
||||
downcast<i8275x_device *>(device)->set_hrtc_callback(DEVCB2_##_hrtc); \
|
||||
|
||||
downcast<i8275x_device *>(device)->set_hrtc_callback(DEVCB2_##_hrtc);
|
||||
#define MCFG_I8275_VRTC_CALLBACK(_vrtc) \
|
||||
downcast<i8275x_device *>(device)->set_vrtc_callback(DEVCB2_##_vrtc);
|
||||
|
||||
|
@ -321,7 +321,6 @@ web_engine::web_engine(emu_options &options)
|
||||
m_exiting_core(false)
|
||||
|
||||
{
|
||||
|
||||
struct mg_callbacks callbacks;
|
||||
|
||||
// List of options. Last element must be NULL.
|
||||
|
@ -184,4 +184,3 @@ const cpis_format::format cpis_format::formats[] = {
|
||||
};
|
||||
|
||||
const floppy_format_type FLOPPY_CPIS_FORMAT = &floppy_image_format_creator<cpis_format>;
|
||||
|
||||
|
@ -11,7 +11,6 @@
|
||||
#endif // if !defined(JSON_IS_AMALGAMATION)
|
||||
|
||||
namespace Json {
|
||||
|
||||
/** \brief Configuration passed to reader and writer.
|
||||
* This configuration object can be used to force the Reader or Writer
|
||||
* to behave in a standard conforming way.
|
||||
|
@ -11,7 +11,6 @@
|
||||
#endif // if !defined(JSON_IS_AMALGAMATION)
|
||||
|
||||
namespace Json {
|
||||
|
||||
// writer.h
|
||||
class FastWriter;
|
||||
class StyledWriter;
|
||||
|
@ -12,7 +12,6 @@
|
||||
# ifndef JSONCPP_DOC_EXCLUDE_IMPLEMENTATION
|
||||
|
||||
namespace Json {
|
||||
|
||||
/* Fast memory allocator.
|
||||
*
|
||||
* This memory allocator allocates memory for a batch of object (specified by
|
||||
@ -127,4 +126,3 @@ private:
|
||||
# endif // ifndef JSONCPP_DOC_INCLUDE_IMPLEMENTATION
|
||||
|
||||
#endif // JSONCPP_BATCHALLOCATOR_H_INCLUDED
|
||||
|
||||
|
@ -13,7 +13,6 @@
|
||||
*/
|
||||
|
||||
namespace Json {
|
||||
|
||||
/// Converts a unicode code-point to UTF-8.
|
||||
static inline std::string
|
||||
codePointToUTF8(unsigned int cp)
|
||||
@ -89,5 +88,4 @@ uintToString( LargestUInt value,
|
||||
}
|
||||
|
||||
} // namespace Json {
|
||||
|
||||
#endif // LIB_JSONCPP_JSON_TOOL_H_INCLUDED
|
||||
|
@ -16,7 +16,6 @@
|
||||
# include <iostream>
|
||||
|
||||
namespace Json {
|
||||
|
||||
/** \brief Unserialize a <a HREF="http://www.json.org">JSON</a> document into a Value.
|
||||
*
|
||||
*/
|
||||
|
@ -24,7 +24,6 @@
|
||||
/** \brief JSON (JavaScript Object Notation).
|
||||
*/
|
||||
namespace Json {
|
||||
|
||||
/** \brief Type of the value held by a Value object.
|
||||
*/
|
||||
enum ValueType
|
||||
|
@ -14,7 +14,6 @@
|
||||
# include <iostream>
|
||||
|
||||
namespace Json {
|
||||
|
||||
class Value;
|
||||
|
||||
/** \brief Abstract class for writers.
|
||||
|
@ -1493,7 +1493,6 @@ static int64_t push(FILE *fp, SOCKET sock, SSL *ssl, const char *buf,
|
||||
(void) ssl; // Get rid of warning
|
||||
sent = 0;
|
||||
while (sent < len) {
|
||||
|
||||
// How many bytes we send in this iteration
|
||||
k = len - sent > INT_MAX ? INT_MAX : (int) (len - sent);
|
||||
|
||||
@ -1730,7 +1729,6 @@ int mg_get_var(const char *data, size_t data_len, const char *name,
|
||||
for (p = data; p + name_len < e; p++) {
|
||||
if ((p == data || p[-1] == '&') && p[name_len] == '=' &&
|
||||
!mg_strncasecmp(name, p, name_len)) {
|
||||
|
||||
// Point p to variable value
|
||||
p += name_len + 1;
|
||||
|
||||
@ -3098,7 +3096,6 @@ static int substitute_index_file(struct mg_connection *conn, char *path,
|
||||
// Traverse index files list. For each entry, append it to the given
|
||||
// path and see if the file exists. If it exists, break the loop
|
||||
while ((list = next_option(list, &filename_vec, NULL)) != NULL) {
|
||||
|
||||
// Ignore too long entries that may overflow path buffer
|
||||
if (filename_vec.len > path_len - (n + 2))
|
||||
continue;
|
||||
|
@ -1417,7 +1417,6 @@ local void fill_window(s)
|
||||
* move the upper half to the lower one to make room in the upper half.
|
||||
*/
|
||||
if (s->strstart >= wsize+MAX_DIST(s)) {
|
||||
|
||||
zmemcpy(s->window, s->window+wsize, (unsigned)wsize);
|
||||
s->match_start -= wsize;
|
||||
s->strstart -= wsize; /* we now have strstart >= MAX_DIST */
|
||||
@ -1579,7 +1578,6 @@ local block_state deflate_stored(s, flush)
|
||||
for (;;) {
|
||||
/* Fill the window as much as possible: */
|
||||
if (s->lookahead <= 1) {
|
||||
|
||||
Assert(s->strstart < s->w_size+MAX_DIST(s) ||
|
||||
s->block_start >= (long)s->w_size, "slide too late");
|
||||
|
||||
@ -1777,7 +1775,6 @@ local block_state deflate_slow(s, flush)
|
||||
s->strstart - s->match_start > TOO_FAR)
|
||||
#endif
|
||||
)) {
|
||||
|
||||
/* If prev_match is also MIN_MATCH, match_start is garbage
|
||||
* but we will ignore the current match anyway.
|
||||
*/
|
||||
|
@ -915,7 +915,6 @@ void ZLIB_INTERNAL _tr_flush_block(s, buf, stored_len, last)
|
||||
|
||||
/* Build the Huffman trees unless a stored block is forced */
|
||||
if (s->level > 0) {
|
||||
|
||||
/* Check if the file is binary or text */
|
||||
if (s->strm->data_type == Z_UNKNOWN)
|
||||
s->strm->data_type = detect_data_type(s);
|
||||
|
@ -125,4 +125,3 @@ local const int base_dist[D_CODES] = {
|
||||
32, 48, 64, 96, 128, 192, 256, 384, 512, 768,
|
||||
1024, 1536, 2048, 3072, 4096, 6144, 8192, 12288, 16384, 24576
|
||||
};
|
||||
|
||||
|
@ -172,4 +172,3 @@ void segam1audio_device::write_fifo(UINT8 data)
|
||||
// signal the 68000 that there's data waiting
|
||||
m_audiocpu->set_input_line(2, HOLD_LINE);
|
||||
}
|
||||
|
||||
|
@ -177,8 +177,6 @@ void _3x3puzzle_state::video_start()
|
||||
|
||||
UINT32 _3x3puzzle_state::screen_update( screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect )
|
||||
{
|
||||
|
||||
|
||||
m_tilemap1->draw(screen, bitmap, cliprect, 0, 1);
|
||||
m_tilemap2->draw(screen, bitmap, cliprect, 0, 2);
|
||||
m_tilemap3->draw(screen, bitmap, cliprect, 0, 3);
|
||||
|
@ -46,16 +46,12 @@ protected:
|
||||
|
||||
UINT32 cupidon_state::screen_update_cupidon(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
|
||||
{
|
||||
|
||||
int count = 0;
|
||||
|
||||
for (int ytile=0;ytile<16;ytile++)
|
||||
{
|
||||
|
||||
|
||||
for (int xtile=0;xtile<32;xtile++)
|
||||
{
|
||||
|
||||
for (int y=0;y<16;y++)
|
||||
{
|
||||
UINT16* destline = &bitmap.pix16(ytile*16 + y);
|
||||
|
@ -92,7 +92,6 @@ READ32_MEMBER(mpu5_state::mpu5_mem_r)
|
||||
|
||||
switch ( cs )
|
||||
{
|
||||
|
||||
case 2:
|
||||
if ((addr & 0xf0) == 0xf0)
|
||||
{
|
||||
@ -144,7 +143,6 @@ WRITE32_MEMBER(mpu5_state::mpu5_mem_w)
|
||||
|
||||
switch ( cs )
|
||||
{
|
||||
|
||||
case 2:
|
||||
if ((addr & 0xf0) == 0xf0)
|
||||
{
|
||||
|
@ -4029,8 +4029,7 @@ ROM_END
|
||||
ROM_LOAD( "tp-026-3", 0x000000, 0x200000, CRC(e5578d98) SHA1(280d2b716d955e767d311fc9596823852435b6d7) ) \
|
||||
ROM_LOAD( "tp-026-4", 0x200000, 0x200000, CRC(b760cb53) SHA1(bc9c5e49e45cdda0f774be0038aa4deb21d4d285) ) \
|
||||
ROM_REGION( 0x40000, "oki", 0 ) \
|
||||
ROM_LOAD( "tp-026-2", 0x00000, 0x40000, CRC(85063f1f) SHA1(1bf4d77494de421c98f6273b9876e60d827a6826) ) \
|
||||
|
||||
ROM_LOAD( "tp-026-2", 0x00000, 0x40000, CRC(85063f1f) SHA1(1bf4d77494de421c98f6273b9876e60d827a6826) )
|
||||
|
||||
ROM_START( fixeightkt )
|
||||
ROMS_FIXEIGHT
|
||||
|
@ -31,7 +31,6 @@ public:
|
||||
m_maincpu(*this, "maincpu"),
|
||||
m_audiocpu(*this, "audiocpu")
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
/* memory pointers */
|
||||
|
@ -102,8 +102,7 @@
|
||||
|
||||
#define MCFG_ATARI_VAD_MOB(_config) \
|
||||
{ astring fulltag(device->tag(), ":mob"); device_t *device; \
|
||||
MCFG_ATARI_MOTION_OBJECTS_ADD(fulltag, "^^screen", _config) } \
|
||||
|
||||
MCFG_ATARI_MOTION_OBJECTS_ADD(fulltag, "^^screen", _config) }
|
||||
|
||||
|
||||
#define MCFG_ATARI_EEPROM_2804_ADD(_tag) \
|
||||
|
@ -20,7 +20,6 @@
|
||||
|
||||
|
||||
deco146port_xx port104_table[] = {
|
||||
|
||||
/* 0x000 */ { 0x04, { NIB3__, NIB0__, NIB1__, NIB2__ } , 1, 1 },
|
||||
/* 0x002 */ { 0x2a, { NIB1__, NIB3__, NIB0__, NIB2__ } , 0, 1 },
|
||||
/* 0x004 */ { 0x5e, { NIB0__, NIB1__, NIB2__, NIB3__ } , 0, 0 },
|
||||
@ -1083,6 +1082,3 @@ void deco104_device::device_reset()
|
||||
{
|
||||
deco_146_base_device::device_reset();
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
@ -95,8 +95,6 @@
|
||||
|
||||
|
||||
deco146port_xx port_table[] = {
|
||||
|
||||
|
||||
/* 0x000 */ { 0x08a, { NIB1__, NIB2__, NIB3__, BLANK_ }, 0, 1 },
|
||||
/* 0x002 */ { 0x0aa, { NIB3__, NIB2__, NIB0__, NIB1__ }, 0, 0 },
|
||||
/* 0x004 */ { 0x018, { NIB2R2, NIB3__, BLANK_, BLANK_ }, 0, 1 },
|
||||
|
@ -312,6 +312,3 @@ WRITE32_MEMBER(maple_dc_device::sb_msys_w)
|
||||
WRITE32_MEMBER(maple_dc_device::sb_mdapro_w)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
@ -611,12 +611,8 @@ UINT8 puzzli2_level_decode[256] = {
|
||||
|
||||
void pgm_arm_type1_state::command_handler_puzzli2(int pc)
|
||||
{
|
||||
|
||||
switch (m_ddp3lastcommand)
|
||||
{
|
||||
|
||||
|
||||
|
||||
case 0x31:
|
||||
{
|
||||
// how is this selected? command 54?
|
||||
@ -708,7 +704,6 @@ void pgm_arm_type1_state::command_handler_puzzli2(int pc)
|
||||
|
||||
if (!end)
|
||||
{
|
||||
|
||||
// always d2 0000 when writing doing level data
|
||||
// but different for the writes on startup?
|
||||
m_valueresponse = 0x00d20000;
|
||||
@ -846,7 +841,6 @@ void pgm_arm_type1_state::command_handler_puzzli2(int pc)
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
int val = ((hack_47_value & 0x0f00)>>8) * 0x19;
|
||||
val +=((hack_47_value & 0x000f)>>0) * 0x05;
|
||||
val += m_value0 & 0x000f;
|
||||
@ -1877,7 +1871,6 @@ int pgm_arm_type1_state::puzzli2_take_leveldata_value(UINT8 datvalue)
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
UINT8 rawvalue = datvalue;
|
||||
UINT8 tableloc = (tableoffs+tableoffs2)&0xff;
|
||||
rawvalue ^= puzzli2_level_decode[tableloc];
|
||||
@ -1982,7 +1975,6 @@ int pgm_arm_type1_state::puzzli2_take_leveldata_value(UINT8 datvalue)
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
// this isn't a strict rule
|
||||
// the mask is used so they can specify spaces between elements too without storing the 00 bytes
|
||||
coverage[tableloc] = 1;
|
||||
|
@ -72,8 +72,6 @@ DRIVER_INIT_MEMBER(stfight_state,stfight)
|
||||
|
||||
DRIVER_INIT_MEMBER(stfight_state,cshooter)
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
|
||||
void stfight_state::machine_reset()
|
||||
|
@ -50,8 +50,7 @@
|
||||
#define MCFG_ATARI_MOTION_OBJECTS_ADD(_tag, _screen, _config) \
|
||||
MCFG_DEVICE_ADD(_tag, ATARI_MOTION_OBJECTS, 0) \
|
||||
MCFG_VIDEO_SET_SCREEN(_screen) \
|
||||
atari_motion_objects_device::static_set_config(*device, _config); \
|
||||
|
||||
atari_motion_objects_device::static_set_config(*device, _config);
|
||||
|
||||
|
||||
//**************************************************************************
|
||||
|
@ -230,7 +230,6 @@ void bfm_adder2_device::device_start()
|
||||
// video update ///////////////////////////////////////////////////////////
|
||||
UINT32 bfm_adder2_device::update_screen(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
|
||||
{
|
||||
|
||||
const rectangle visible1(0, 400-1, 0, 280-1); //minx,maxx, miny,maxy
|
||||
|
||||
if (m_adder2_screen_page_reg & SL_DISPLAY) m_tilemap1->draw(screen, bitmap, visible1, 0, 0);
|
||||
@ -564,4 +563,3 @@ machine_config_constructor bfm_adder2_device::device_mconfig_additions() const
|
||||
{
|
||||
return MACHINE_CONFIG_NAME( adder2 );
|
||||
}
|
||||
|
||||
|
@ -68,8 +68,6 @@ WRITE16_MEMBER(ddragon3_state::ddragon3_bg_videoram_w)
|
||||
|
||||
TILE_GET_INFO_MEMBER(ddragon3_state::get_fg_tile_info)
|
||||
{
|
||||
|
||||
|
||||
UINT16 *tilebase;
|
||||
int tileno,colbank;
|
||||
|
||||
@ -332,4 +330,3 @@ UINT32 wwfwfest_state::screen_update_wwfwfest(screen_device &screen, bitmap_ind1
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -1591,5 +1591,3 @@ static int tick = 0;
|
||||
static int debug_tex_page = 0;
|
||||
static int debug_tex_palette = 0;
|
||||
*/
|
||||
|
||||
|
||||
|
@ -3786,4 +3786,3 @@ void powervr2_device::pvr_scanline_timer(int vpos)
|
||||
if(vbout_line == vpos)
|
||||
irq_cb(VBL_OUT_IRQ);
|
||||
}
|
||||
|
||||
|
@ -78,7 +78,6 @@ const atari_motion_objects_config toobin_state::s_mob_config =
|
||||
|
||||
VIDEO_START_MEMBER(toobin_state,toobin)
|
||||
{
|
||||
|
||||
/* allocate a playfield bitmap for rendering */
|
||||
m_screen->register_screen_bitmap(m_pfbitmap);
|
||||
|
||||
|
@ -1197,4 +1197,3 @@ COMP( 1984, agat9, apple2, 0, apple2p, apple2p, driver_device,
|
||||
COMP( 1985, space84, apple2, 0, space84, apple2p, driver_device, 0, "ComputerTechnik/IBS", "Space 84", GAME_NOT_WORKING )
|
||||
COMP( 1985, am64, apple2, 0, space84, apple2p, driver_device, 0, "ASEM", "AM 64", GAME_SUPPORTS_SAVE )
|
||||
//COMP( 19??, laba2p, apple2, 0, laba2p, apple2p, driver_device, 0, "<unknown>", "Lab equipment Apple II Plus clone", GAME_SUPPORTS_SAVE )
|
||||
|
||||
|
@ -317,4 +317,3 @@ ROM_END
|
||||
|
||||
/* YEAR NAME PARENT COMPAT MACHINE INPUT CLASS INIT COMPANY FULLNAME FLAGS */
|
||||
COMP( 1986, lola8a, 0, 0, lola8a, lola8a, driver_device, 0, "Institut Ivo Lola Ribar", "Lola 8A", GAME_NOT_WORKING)
|
||||
|
||||
|
@ -860,4 +860,3 @@ CONS( 1993, wmegam2, xeye, 0, mdj_scd, md, md_cons_state,
|
||||
CONS( 1994, cdx, 0, 0, genesis_scd, md, md_cons_state, genesis, "Sega", "CDX (USA, NTSC)", GAME_NOT_WORKING )
|
||||
CONS( 1994, multmega, cdx, 0, md_scd, md, md_cons_state, md_eur, "Sega", "Multi-Mega (Europe, PAL)", GAME_NOT_WORKING )
|
||||
CONS( 1994, 32x_scd, 0, 0, genesis_32x_scd, md, md_cons_state, genesis, "Sega", "Sega CD (USA, NTSC, w/32X)", GAME_NOT_WORKING )
|
||||
|
||||
|
@ -289,7 +289,6 @@ WRITE16_MEMBER(pico_base_state::pico_68k_io_write )
|
||||
|
||||
switch (offset)
|
||||
{
|
||||
|
||||
case 0x12/2: // guess
|
||||
m_upd7759->reset_w(0);
|
||||
m_upd7759->start_w(0);
|
||||
|
@ -103,7 +103,7 @@ Notes:
|
||||
|
||||
Start the Visual 1050 emulator with the floppy and hard disk images mounted:
|
||||
|
||||
$ mess v1050 -flop1 cpm3:flop2 -hard cm5412.chd
|
||||
$??mess v1050 -flop1 cpm3:flop2 -hard cm5412.chd
|
||||
|
||||
Start the Winchester Format Program from the CP/M prompt:
|
||||
|
||||
|
@ -1472,8 +1472,6 @@ void zaurus_state::video_start()
|
||||
|
||||
UINT32 zaurus_state::screen_update( screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect )
|
||||
{
|
||||
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -26,5 +26,3 @@ public:
|
||||
DECLARE_MACHINE_START( ms_megadriv ); // setup ioport_port + install cartslot handlers
|
||||
DECLARE_MACHINE_RESET( ms_megadriv );
|
||||
};
|
||||
|
||||
|
||||
|
@ -29,7 +29,6 @@ e05a03_device::e05a03_device(const machine_config &mconfig, const char *tag, dev
|
||||
m_pf_motor(0),
|
||||
m_cr_motor(0)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
//-------------------------------------------------
|
||||
|
@ -403,4 +403,3 @@ void hardbox_device::ieee488_ifc(int state)
|
||||
|
||||
m_ifc = state;
|
||||
}
|
||||
|
||||
|
@ -329,4 +329,3 @@ WRITE_LINE_MEMBER(mackbd_device::data_w)
|
||||
{
|
||||
data_from_mac = (state == ASSERT_LINE) ? 1 : 0;
|
||||
}
|
||||
|
||||
|
@ -307,4 +307,3 @@ WRITE_LINE_MEMBER(mpu401_device::mpu401_midi_tx)
|
||||
{
|
||||
m_mdout->tx(state);
|
||||
}
|
||||
|
||||
|
@ -73,5 +73,3 @@ private:
|
||||
extern const device_type MPU401;
|
||||
|
||||
#endif /* __MPU401_H__ */
|
||||
|
||||
|
||||
|
@ -55,7 +55,6 @@
|
||||
|
||||
namespace d3d
|
||||
{
|
||||
|
||||
class effect;
|
||||
class shaders;
|
||||
|
||||
|
@ -38,4 +38,4 @@
|
||||
***************************************************************************/
|
||||
|
||||
extern const char build_version[];
|
||||
const char build_version[] = "0.149u1 ("__DATE__")";
|
||||
const char build_version[] = "0.150 ("__DATE__")";
|
||||
|
Loading…
Reference in New Issue
Block a user