summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/atarisy1.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in ↵ Vas Crabb2022-06-271-2584/+0
| | | | src/tools).
* atarisy1.cpp: Fix overdriven sound (#8540) algestam2021-09-071-6/+6
|
* ymfm: Refactor new FM engine into a 3rdparty library (#8046) Aaron Giles2021-05-141-1/+1
| | | | | | | | | | | | | | | ymfm: refactor the code into a separate 3rdparty library * Moved ymfm core implementation to 3rdparty/ymfm * Split out each family (OPM/OPN/OPL/etc) into its own source file * Added preliminary OPQ and OPZ support, still WIP * Put all 3rdparty code into its own namespace ymfm * Fixed various bugs reported in #8042 * Created interface class for communication between the 3rdparty engine and the emulator * Standardized MAME implementation of all Yamaha devices based on a template class * Created standard base class ym_generic that can be used when multiple YM chips are swapped in * Changed YM2203/2608/2610 to embed a YM2149 as a subdevice instead of deriving from ay8910_device * Also provided compile-time option to use a simplified built-in SSG rather than using MAME's at all (currently off) * Consolidated MAME header files from one-per-chip (ym2151.h, ym2203.h, etc) to one-per-family (ymopm.h, ymopn.h, etc)
* slapstic: Full rewrite, using infrastructure we did not have previously Olivier Galibert2021-02-081-12/+6
|
* 6522via.cpp: Distinguish some different VIA types AJR2021-01-211-1/+1
|
* peter packrat: fix slapstic too Olivier Galibert2021-01-211-1/+5
|
* Added Flip Screen configuration to Indiana Jones and the Temple of Doom ↵ smf-2020-12-291-1/+8
| | | | (cocktail) [GadgetFreak]
* atarisy1: correct LSI BIOS 136032.115 regression hap2020-12-291-1/+1
|
* Don't one love copy/pasted typos? Olivier Galibert2020-12-151-1/+1
|
* Forgot to remove some logging Olivier Galibert2020-12-121-1/+1
|
* marble: The slapstic seems to trigger on more than the banking zone. Olivier Galibert2020-12-121-0/+5
|
* slapstic: between a guess, the opcode going through the memory and and the ↵ Olivier Galibert2020-12-101-8/+8
| | | | cycle-perfect 6502 the kludge is not needed anymore. Remove access68k and space as a secondary consequence
* atarisy1: modernize slapstic hookup Olivier Galibert2020-12-101-12/+26
|
* docs: Wrote another section of object finder documentation. Vas Crabb2020-11-091-2/+2
| | | | Also improved formatting of code snippets in a few pages.
* Fixed MT#7671 (nw) Scott Stone2020-06-021-1/+1
|
* atarigen: Transfer legacy slapstic handling routines to device (nw) AJR2020-05-201-8/+5
| | | | slapstic: Move header file to src/mame/machine (nw)
* cp1: use pwm_display for 7segs, regression fixed now (nw) hap2020-05-131-1/+3
|
* atarisy1: roadblstc1 also expects LSI bios (nw) hap2020-05-131-3/+5
|
* atarisy1: some of the bios roms were wrong (nw) hap2020-05-131-35/+24
|
* marble, peterpak: Remove TMS5220C and VIA from configuration AJR2020-04-241-20/+34
| | | | indytemp: Downgrade to MACHINE_IMPERFECT_SOUND with note on regression
* atarisy1.cpp, atarisy2.cpp, gauntlet.cpp: Modernization AJR2020-04-211-121/+109
| | | | | | | | | | | | - Use generic latch devices for sound communications - More accurate handling of programmed sound resets - Add the other LS259 to gauntlet.cpp - Correct watchdog timeouts for all three drivers - General code cleanup atarigen: Eliminate ATARI_CLOCK_xxxMHz macros in favor of standard XTAL constants (nw) atariscom: Separate source file from atarigen.cpp; move IRQ handling to atarijsa (not a property of the actual device) (nw)
* atarigen: Move interrupt handling down into drivers (nw) AJR2020-04-191-16/+4
|
* Hardware to generate interrupt 3 only exists on LSI Cart 3, 4 & cockpit ↵ smf-2020-01-061-15/+15
| | | | boards, it is missing on TTL, LSI & LSI Cart 2. [GadgetFreak]
* atarisy1.cpp: remove ADC inadvertently added to marble during MCFG removal (nw) Vas Crabb2019-12-091-1/+0
|
* via6522: Change most mappings into m() [O. Galibert] Olivier Galibert2019-07-071-1/+1
|
* (nw) Clean up the mess on master Vas Crabb2019-03-261-27/+27
| | | | | | | | | | | | | This effectively reverts b380514764cf857469bae61c11143a19f79a74c5 and c24473ddff715ecec2e258a6eb38960cf8c8e98e, restoring the state at 598cd5227223c3b04ca31f0dbc1981256d9ea3ff. Before pushing, please check that what you're about to push is sane. Check your local commit log and ensure there isn't anything out-of-place before pushing to mainline. When things like this happen, it wastes everyone's time. I really don't need this in a week when real work™ is busting my balls and I'm behind where I want to be with preparing for MAME release.
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-27/+27
| | | | | This reverts commit c24473ddff715ecec2e258a6eb38960cf8c8e98e, reversing changes made to 009cba4fb8102102168ef32870892438327f3705.
* mame\drivers: removed most MACHINE_CONFIG and MCFG macros from drivers ↵ Ivan Vangelista2019-03-251-21/+21
| | | | starting with a (nw)
* some more MCFG macros removal (nw) Ivan Vangelista2019-02-081-1/+1
|
* adc0808.cpp : Remove unnecessary arguments in handlers cam9002019-02-041-2/+2
|
* devices\machine\ticket, timer: removed MCFG macros (nw) Ivan Vangelista2019-01-211-3/+3
|
* Start cleaning up palette configuration: Vas Crabb2018-12-291-3/+2
| | | | | | | | | | * Basically, initialisers go in the constructor arguments, and things for setting format go in set_format. * Initialisation patterns can be specified with an enum discriminator or with a FUNC and optionally a tag. * Formats can be specified with an enum discriminator or a size and function pointer. * You must always supply the number of entries when setting the format. * When initislising with a paletter initialisation member, you can specify the entries and indirecte entries together. * The palette_device now has a standard constructor, so use .set_entries if you are specifying entry count with no format/initialisation. * Also killed an overload on delegates that wasn't being useful.
* src/mame: more MCFG removal (nw) Ivan Vangelista2018-12-071-2/+2
|
* ym2151: removed MCFG macros (nw) Ivan Vangelista2018-11-181-4/+4
|
* remove tms5220 read/write handler trampolines (nw) smf-2018-09-131-2/+2
|
* watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-1/+1
|
* ds1315, ds1386, ds2404, ds75160a, ds75161a, eeprom, eepromser, eeprompar: ↵ mooglyguy2018-08-231-3/+3
| | | | Removed MCFG, nw
* -8364_paula, aakart, adc0808, adc083x, adc0844, adc1038, adc1213, akiko, ↵ mooglyguy2018-08-121-53/+59
| | | | am2847, am53cf96, am9519: Removed MCFG and old devcb. nw
* -via6522: Removed MCFG acessors, nw mooglyguy2018-08-091-5/+5
|
* devcb3 Vas Crabb2018-07-071-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are multiple issues with the current device callbacks: * They always dispatch through a pointer-to-member * Chained callbacks are a linked list so the branch unit can't predict the early * There's a runtime decision made on the left/right shift direction * There are runtime NULL checks on various objects * Binding a lambda isn't practical * Arbitrary transformations are not supported * When chaining callbacks it isn't clear what the MCFG_DEVCB_ modifiers apply to * It isn't possible to just append to a callback in derived configuration * The macros need a magic, hidden local called devcb * Moving code that uses the magic locals around is error-prone * Writing the MCFG_ macros to make a device usable is a pain * You can't discover applicable MCFG_ macros with intellisense * Macros are not scoped * Using an inappropriate macro isn't detected at compile time * Lots of other things This changeset overcomes the biggest obstacle to remving MCFG_ macros altogether. Essentially, to allow a devcb to be configured, call .bind() and expose the result (a bind target for the callback). Bind target methods starting with "set" repace the current callbacks; methods starting with "append" append to them. You can't reconfigure a callback after resolving it. There's no need to use a macro matching the handler signatures - use FUNC for everything. Current device is implied if no tag/finder is supplied (no need for explicit this). Lambdas are supported, and the memory space and offset are optional. These kinds of things work: * .read_cb().set([this] () { return something; }); * .read_cb().set([this] (offs_t offset) { return ~offset; }); * .write_cb().set([this] (offs_t offset, u8 data) { m_array[offset] = data; }); * .write_cb().set([this] (int state) { some_var = state; }); Arbitrary transforms are allowed, and they can modify offset/mask for example: * .read_cb().set(FUNC(my_state::handler)).transform([] (u8 data) { return bitswap<4>(data, 1, 3, 0, 2); }); * .read_cb().set(m_dev, FUNC(some_device::member)).transform([] (offs_t &offset, u8 data) { offset ^= 3; return data; }); It's possible to stack arbitrary transforms, at the cost of compile time (the whole transform stack gets inlined at compile time). Shifts count as an arbitrary transform, but mask/exor does not. Order of mask/shift/exor now matters. Modifications are applied in the specified order. These are NOT EQUIVALENT: * .read_cb().set(FUNC(my_state::handler)).mask(0x06).lshift(2); * .read_cb().set(FUNC(my_state::handler)).lshift(2).mask(0x06); The bit helper no longer reverses its behaviour for read callbacks, and I/O ports are no longer aware of the field mask. Binding a read callback to no-op is not supported - specify a constant. The GND and VCC aliases have been removed intentionally - they're TTL-centric, and were already being abused. Other quirks have been preserved, including write logger only logging when the data is non-zero (quite unhelpful in many of the cases where it's used). Legacy syntax is still supported for simple cases, but will be phased out. New devices should not have MCFG_ macros. I don't think I've missed any fundamental issues, but if I've broken something, let me know.
* coolpool, cave, foodf, itech32, slapstic, dvk_kcgd, dfruit, by17, by35: ↵ mooglyguy2018-06-161-6/+6
| | | | Remove machine().device, nw
* as if millions of this pointers suddenly cried out in terror, and were ↵ Vas Crabb2018-06-081-10/+10
| | | | | | | suddenly silenced * streamline templates in addrmap.h * get rid of overloads on read/write member names - this will become even more important in the near future
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-2/+10
| | | | | | | | | confusing people for far too long. Yes, this is a change in behaviour. Add a valdiation check for ROMs with BIOS flag set that are unselectable, fix the things it uncovers. (nw) Fix other random stuff.
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the ↵ Vas Crabb2018-05-161-5/+5
| | | | | | | | | | | | side effect of making machine-config overrides of these much" This reverts commit c83e2a853d4e1643fcc85b68ada3c6f7f33adea4. Revert "fix compile. (nw)" This reverts commit a259ba3e366f442a22a9341755ff58163869860c. GCC is being bad and allowing invalid C++ that other compilers reject.
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ↵ MooglyGuy2018-05-161-5/+5
| | | | | | of making machine-config overrides of these much uglier, but this is intended to discourage ongoing use, and will be gradually eliminated.
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2
| | | | | | | | | | | | | * Get rid of implicit prefix for GFX decode names and prefix them all * Get rid of special macro for adding GFXDECODE in favour of constructor * Make empty GFX decode a static member of interface * Allow palette to be specified to GFXDECODE as a device finder * Removed diserial.h from emu.h as it's used relatively infrequently Also fix darkseal and vaportra propely. The palette device automatically attaches itself to a share with matching tag. The correct solution here is to rename one or the other out of the way, since it was never attached to a share before.
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ↵ MooglyGuy2018-05-131-37/+37
| | | | | | | | | | | | explicit. (#3565) * -Removed DRIVER_INIT macros in favor of explicitly-named member functions, nw * -Removed DRIVER_INIT_related macros. Made init_ prefix on driver initializers explicit. Renamed init_0 to empty_init. Fixed up GAME/COMP/CONS macro spacing. [Ryan Holtz] * Missed some files, nw * Fix compile, (nw)
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+2
| | | | (nw) remove more MCFG macros and make speaker config more explicit
* (nw) misc follow-up Vas Crabb2018-05-061-1/+1
| | | | | | | | | | | | Fix MT06964 Fix µPD7759 class hierarchy, and reset callback before resolving it (fixed assert in Sega C2) Remove some more low-value device add indirection macros, default some more clocks Make cards inherit clock from slot by default
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-25/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Start replacing special device macros with additional constructors, starting with ISA, INTELLEC 4 and RS-232 buses. Allow an object finder to take on the target of another object finder. (For a combination of the previous two things in action, see either the INTELLEC 4 driver, or the Apple 2 PC Exporter card. Also check out looping over a device finder array to instantiate devices in some places. Lots of things no longer need to pass tags around.) Start supplying default clocks for things that have a standard clock or have all clocks internal. Eliminate the separate DEV versions of the DEVCB_ macros. Previously, the plain versions were a shortcut for DEVICE_SELF as the target. You can now supply a string tag (relative to current device being configured), an object finder (takes on the base and relative tag), or a reference to a device/interface (only do this if you know the device won't be replaced out from under it, but that's a safe assumption for your subdevices). In almost all cases, you can get the effect you want by supplying *this as the target. Eliminate sound and CPU versions of macros. They serve no useful purpose, provide no extra checks, make error messages longer, add indirection, and mislead newbies into thinking there's a difference. Remove a lot of now-unnecessary ":" prefixes binding things relative to machine root. Clean up some miscellaneous rot. Examples of new functionality in use in (some more subtle than others): * src/mame/drivers/intellec4.cpp * src/mame/drivers/tranz330.cpp * src/mame/drivers/osboren1.cpp * src/mame/drivers/zorba.cpp * src/mame/devices/smioc.cpp * src/devices/bus/a2bus/pc_xporter.cpp * src/devices/bus/isa/isa.h * src/devices/bus/isa/isa.h * src/devices/bus/intellec4/intellec4.h