mirror of
https://github.com/holub/mame
synced 2025-10-06 09:00:04 +03:00
Cleanups and version bump
This commit is contained in:
parent
d1d8a66ab1
commit
0825ce4f3b
@ -136,5 +136,3 @@ void cpc_transtape_device::set_mapping(UINT8 type)
|
||||
return;
|
||||
map_enable();
|
||||
}
|
||||
|
||||
|
||||
|
@ -525,4 +525,3 @@ offs_t i4004_cpu_device::disasm_disassemble(char *buffer, offs_t pc, const UINT8
|
||||
extern CPU_DISASSEMBLE( i4004 );
|
||||
return CPU_DISASSEMBLE_NAME(i4004)(this, buffer, pc, oprom, opram, options);
|
||||
}
|
||||
|
||||
|
@ -1003,4 +1003,3 @@ void device_interface::interface_debug_setup()
|
||||
{
|
||||
// do nothing by default
|
||||
}
|
||||
|
||||
|
@ -376,8 +376,6 @@ INLINE int tzx_handle_symbol(INT16 **buffer, const UINT8 *symtable, UINT8 symbol
|
||||
// shorter lists can be terminated with a pulse_length of 0
|
||||
if (pulse_length != 0)
|
||||
{
|
||||
|
||||
|
||||
int samples = tcycles_to_samplecount(pulse_length);
|
||||
tzx_output_wave(buffer, samples);
|
||||
size += samples;
|
||||
|
@ -52,7 +52,6 @@ static file_error open_next(d3d::renderer *d3d, emu_file &file, const char *temp
|
||||
|
||||
namespace d3d
|
||||
{
|
||||
|
||||
//============================================================
|
||||
// PROTOTYPES
|
||||
//============================================================
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
#define BARE_BUILD_VERSION "0.167"
|
||||
#define BARE_BUILD_VERSION "0.168"
|
||||
|
||||
extern const char bare_build_version[];
|
||||
extern const char build_version[];
|
||||
|
Loading…
Reference in New Issue
Block a user