MCPcopy Create free account

hub / github.com/TomHarte/CLK / functions

Functions5,057 in github.com/TomHarte/CLK

↓ 2 callersMethodmove
! Indicates a movement of the mouse. */
Inputs/Mouse.hpp:22
↓ 2 callersMethodmultiplier
The multiplier register index. i.e. 'Rm'.
InstructionSets/ARM/OperationMapper.hpp:218
↓ 2 callersMethodnext_output
Processors/65816/Implementation/65816Storage.hpp:379
↓ 2 callersMethodnext_pulse
Storage/Tape/Formats/CAS.cpp:188
↓ 2 callersMethodnext_sequence_point
Machines/Apple/Macintosh/Video.cpp:173
↓ 2 callersMethodoffset
The 26-bit offset to add to the PC.
InstructionSets/ARM/OperationMapper.hpp:88
↓ 2 callersFunctionoperand_size
InstructionSets/M68k/Implementation/InstructionOperandSize.hpp:14
↓ 2 callersMethodoperation
InstructionSets/M68k/Decoder.cpp:73
↓ 2 callersFunctionoperation_name
! @returns The name of @c operation. */
InstructionSets/M50740/Instruction.hpp:113
↓ 2 callersMethodoutput
Machines/Apple/AppleIIgs/Sound.cpp:374
↓ 2 callersMethodoutput_pixels
Machines/Atari/2600/TIA.cpp:493
↓ 2 callersFunctionp
Analyser/Static/Disassembler/Z80.cpp:66
↓ 2 callersMethodparse
InstructionSets/M50740/Parser.hpp:18
↓ 2 callersMethodperform
Machines/PCCompatible/KeyboardController.hpp:476
↓ 2 callersMethodperform_bus_operation
! Announces that the 6502 has performed the cycle defined by operation, address and value. On the 6502, all bus cycles take one clock cycle so the
Processors/6502Esque/6502Esque.hpp:139
↓ 2 callersMethodperform_machine_cycle
Processors/Z80/AllRAM/Z80AllRAM.cpp:19
↓ 2 callersMethodperform_read
! Requests fetching of the @c count bytes starting from @c address. The handler should write the values from base memory to @c base_target, and
Machines/Apple/AppleII/Video.hpp:30
↓ 2 callersMethodperformer
InstructionSets/M50740/Executor.hpp:84
↓ 2 callersMethodposit_interrupt
Machines/Amiga/Chipset.cpp:72
↓ 2 callersMethodpost_sample
Machines/Apple/Macintosh/Audio.cpp:27
↓ 2 callersMethodpreferred_clocking
Components/DiskII/DiskII.cpp:259
↓ 2 callersMethodpresent
InstructionSets/x86/Descriptors.hpp:207
↓ 2 callersMethodprocess_pulse
Storage/Tape/Parsers/Oric.cpp:43
↓ 2 callersMethodpush
InstructionSets/M50740/Executor.cpp:185
↓ 2 callersMethodput_be
Storage/FileHolder.hpp:80
↓ 2 callersMethodread
Requests the next byte to serialise onto the I2C bus after this peripheral has been started in read mode. @returns A byte to serialise or std::nullop
Components/I2C/I2C.hpp:32
↓ 2 callersMethodread
Machines/Enterprise/Nick.cpp:94
↓ 2 callersMethodread
Storage/FileHolder.cpp:56
↓ 2 callersMethodread<float>
Storage/Tape/Formats/TapeUEF.cpp:98
↓ 2 callersMethodread_address
Components/DiskII/DiskII.cpp:267
↓ 2 callersFunctionread_memory
Storage/State/Z80.cpp:20
↓ 2 callersMethodread_write_specs
Storage/MassStorage/SCSI/Target.cpp:44
↓ 2 callersMethodreceive_data
Storage/MassStorage/SCSI/TargetImplementation.hpp:234
↓ 2 callersMethodregister_list
A bitfield indicating which registers to load or store.
InstructionSets/ARM/OperationMapper.hpp:296
↓ 2 callersMethodrepeat_last
Machines/PCCompatible/PCCompatible.cpp:652
↓ 2 callersMethodrepresents
Storage/Disk/DiskImage/Formats/IMD.cpp:101
↓ 2 callersMethodrequest_has_changed
Asks whether the interrupt status has changed since the last call to @c get_request().
Machines/AmstradCPC/AmstradCPC.cpp:97
↓ 2 callersMethodreschedule
TODO: one day, possibly: schedule the subversion one slot further into the future (i.e. active_ ^ 1) to allow one further instruction to occur as usua
Machines/Acorn/Archimedes/Archimedes.cpp:598
↓ 2 callersMethodreset
Components/9918/Implementation/YamahaCommands.hpp:50
↓ 2 callersMethodreset
Components/6850/6850.cpp:36
↓ 2 callersMethodreset
Machines/Acorn/Archimedes/FloppyDisc.hpp:37
↓ 2 callersMethodreset
Machines/Apple/ADB/ReactiveDevice.cpp:177
↓ 2 callersMethodreset_crc
Storage/Tape/Parsers/Acorn.cpp:57
↓ 2 callersFunctionright_trim
Analyser/Static/AmstradCPC/StaticAnalyser.cpp:39
↓ 2 callersFunctionrom_name
Machines/Commodore/1540/Implementation/C1540.cpp:20
↓ 2 callersMethodrun_for
MARK: - TimedMachine
Machines/Enterprise/Enterprise.cpp:657
↓ 2 callersMethodrun_for
Machines/Apple/AppleIIgs/AppleIIgs.cpp:216
↓ 2 callersMethodrun_for
Machines/Atari/ST/AtariST.cpp:171
↓ 2 callersMethodrun_for
Machines/Commodore/1540/Implementation/C1540.cpp:108
↓ 2 callersMethodrun_for
Storage/Disk/Controller/DiskController.cpp:42
↓ 2 callersMethodrun_for
Storage/Tape/Tape.cpp:130
↓ 2 callersMethodrun_ports_for
Machines/Apple/AppleIIgs/ADB.cpp:288
↓ 2 callersMethodsample
Machines/Apple/AppleIIgs/Sound.cpp:352
↓ 2 callersFunctionsatisfies_raster
Machines/Amiga/Copper.cpp:18
↓ 2 callersFunctionsbcd
Perform an SBCD of @c lhs - @c rhs, storing the result to @c destination and updating @c status. @discussion The slightly awkward abandonment of sour
InstructionSets/M68k/Implementation/PerformImplementation.hpp:73
↓ 2 callersMethodscale
InstructionSets/x86/Instruction.hpp:671
↓ 2 callersMethodscaled_phase
! @returns Current phase, scaled up by (1 << precision). */
Components/OPx/Implementation/PhaseGenerator.hpp:55
↓ 2 callersFunctionscore
Analyser/Static/Oric/StaticAnalyser.cpp:25
↓ 2 callersMethodsecondary_paging
Machines/MSX/MemorySlotHandler.cpp:26
↓ 2 callersMethodselect_register
Components/AY38910/AY38910.hpp:203
↓ 2 callersMethodserial_line_did_produce_bit
Components/6850/6850.cpp:149
↓ 2 callersMethodset
Complete value get and set.
InstructionSets/x86/Flags.hpp:176
↓ 2 callersMethodset
Processors/6502Esque/Implementation/LazyFlags.hpp:55
↓ 2 callersMethodsetMouseIsCaptured
OSBindings/Qt/mainwindow.cpp:964
↓ 2 callersMethodset_80_columns
! Setter for 80COL ($C00C/$C00D; triggers on write only). * Off: display 40 columns. * On: display 80 columns. Doesn't exist on a II/II+. *
Machines/Apple/AppleII/VideoSwitches.hpp:110
↓ 2 callersMethodset_80_store
! Setter for 80STORE ($C000/$C001; triggers on write only). * Off: cause PAGE2 to select auxiliary RAM. * On: cause PAGE2 to switch main RAM ar
Machines/Apple/AppleII/VideoSwitches.hpp:128
↓ 2 callersMethodset_activity_observer
Storage/Tape/Tape.cpp:167
↓ 2 callersMethodset_alternative_character_set
! Setter for ALTCHAR ($C00E/$C00F; triggers on write only): * Off: display text using primary character set. * On: display text using alternate
Machines/Apple/AppleII/VideoSwitches.hpp:83
↓ 2 callersMethodset_annunciator_3
! Setter for annunciator 3. * On: turn on annunciator 3. * Off: turn off annunciator 3. This exists on both the II/II+ and the IIe, but has
Machines/Apple/AppleII/VideoSwitches.hpp:218
↓ 2 callersMethodset_attack_rate
! Sets the attack rate, which should be in the range 0–15. */
Components/OPx/Implementation/EnvelopeGenerator.hpp:131
↓ 2 callersMethodset_border_colour
! Sets the current border colour. */
Machines/Sinclair/ZXSpectrum/Video.hpp:412
↓ 2 callersMethodset_button_pressed
! Indicates that button @c index is now either pressed or unpressed. The intention is that @c index be semantic, not positional: 0 for the prima
Inputs/Mouse.hpp:36
↓ 2 callersMethodset_character_rom
Set the character ROM for this video output.
Machines/Apple/AppleII/VideoSwitches.hpp:230
↓ 2 callersMethodset_control
Machines/PCCompatible/Speaker.hpp:32
↓ 2 callersMethodset_control_register
Machines/Acorn/Electron/Plus3.cpp:34
↓ 2 callersMethodset_data
Machines/Apple/AppleIIgs/Sound.cpp:28
↓ 2 callersMethodset_dcd
Components/8530/z8530.cpp:141
↓ 2 callersMethodset_decay_rate
! Sets the decay rate, which should be in the range 0–15. */
Components/OPx/Implementation/EnvelopeGenerator.hpp:138
↓ 2 callersMethodset_delegate
Sets @c delegate as the receiver of delegate messages.
Analyser/Dynamic/MultiMachine/Implementation/MultiProducer.hpp:66
↓ 2 callersMethodset_delegate
! Sets the delegate to receive drive speed changes. */
Machines/Apple/Macintosh/DriveSpeedAccumulator.hpp:30
↓ 2 callersMethodset_delegate
Machines/Commodore/1540/Implementation/C1540.cpp:212
↓ 2 callersMethodset_delegate
! Sets the CRT delegate; set to @c nullptr if no delegate is desired. */
Outputs/CRT/CRT.hpp:321
↓ 2 callersMethodset_disk
Machines/AmstradCPC/FDC.hpp:39
↓ 2 callersMethodset_disk
Machines/MSX/DiskROM.cpp:61
↓ 2 callersMethodset_disk
Machines/Acorn/Electron/Plus3.cpp:18
↓ 2 callersMethodset_disk
Machines/Commodore/1540/Implementation/C1540.cpp:104
↓ 2 callersMethodset_display_type
Machines/Apple/AppleII/Video.cpp:70
↓ 2 callersMethodset_display_type
! Sets the type of display the CRT will request. */
Machines/Sinclair/ZXSpectrum/Video.hpp:428
↓ 2 callersMethodset_dma_enabled
Machines/Acorn/Archimedes/Video.hpp:247
↓ 2 callersMethodset_drive_motor_status
Informs the receiver of the motor-on status of the drive with name @c name.
Activity/Observer.hpp:56
↓ 2 callersMethodset_drive_type
Storage/MassStorage/Formats/HFV.cpp:57
↓ 2 callersMethodset_flag_input
Components/6526/Implementation/6526Implementation.hpp:63
↓ 2 callersMethodset_high_resolution
! Setter for HIRES ($C056/$C057; triggers on read or write). * Off: if TEXT off, display low-resolution graphics. * On: if TEXT off, display hi
Machines/Apple/AppleII/VideoSwitches.hpp:196
↓ 2 callersMethodset_input
Machines/Commodore/SerialBus.cpp:71
↓ 2 callersMethodset_input_data_type
Outputs/CRT/CRT.cpp:106
↓ 2 callersMethodset_is_enabled
Machines/Acorn/Electron/Tape.hpp:42
↓ 2 callersMethodset_joystick_state
Allows the current joystick input to be set.
Machines/Commodore/Vic-20/Vic20.cpp:99
↓ 2 callersMethodset_key_pressed
Machines/Apple/ADB/Keyboard.cpp:74
↓ 2 callersMethodset_key_pressed
Inputs/Keyboard.cpp:25
↓ 2 callersMethodset_key_scaling_level
! Enables or disables key-rate scaling. */
Components/OPx/Implementation/KeyLevelScaler.hpp:34
← previousnext →701–800 of 5,057, ranked by callers